| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
SimulateCustomPolicyResult |
AmazonIdentityManagement.simulateCustomPolicy(SimulateCustomPolicyRequest simulateCustomPolicyRequest)
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and
AWS resources to determine the policies' effective permissions.
|
SimulateCustomPolicyResult |
AmazonIdentityManagementClient.simulateCustomPolicy(SimulateCustomPolicyRequest request)
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and
AWS resources to determine the policies' effective permissions.
|
SimulateCustomPolicyResult |
AbstractAmazonIdentityManagement.simulateCustomPolicy(SimulateCustomPolicyRequest request) |
Future<SimulateCustomPolicyResult> |
AmazonIdentityManagementAsyncClient.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request) |
Future<SimulateCustomPolicyResult> |
AmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest simulateCustomPolicyRequest)
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and
AWS resources to determine the policies' effective permissions.
|
Future<SimulateCustomPolicyResult> |
AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request) |
Future<SimulateCustomPolicyResult> |
AmazonIdentityManagementAsyncClient.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler) |
Future<SimulateCustomPolicyResult> |
AmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest simulateCustomPolicyRequest,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler)
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and
AWS resources to determine the policies' effective permissions.
|
Future<SimulateCustomPolicyResult> |
AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.clone() |
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withActionNames(Collection<String> actionNames)
A list of names of API operations to evaluate in the simulation.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withActionNames(String... actionNames)
A list of names of API operations to evaluate in the simulation.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withCallerArn(String callerArn)
The ARN of the IAM user that you want to use as the simulated caller of the API operations.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withContextEntries(Collection<ContextEntry> contextEntries)
A list of context keys and corresponding values for the simulation to use.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withContextEntries(ContextEntry... contextEntries)
A list of context keys and corresponding values for the simulation to use.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withPermissionsBoundaryPolicyInputList(Collection<String> permissionsBoundaryPolicyInputList)
The IAM permissions boundary policy to simulate.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withPermissionsBoundaryPolicyInputList(String... permissionsBoundaryPolicyInputList)
The IAM permissions boundary policy to simulate.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withPolicyInputList(Collection<String> policyInputList)
A list of policy documents to include in the simulation.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withPolicyInputList(String... policyInputList)
A list of policy documents to include in the simulation.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withResourceArns(Collection<String> resourceArns)
A list of ARNs of AWS resources to include in the simulation.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withResourceArns(String... resourceArns)
A list of ARNs of AWS resources to include in the simulation.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withResourceHandlingOption(String resourceHandlingOption)
Specifies the type of simulation to run.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withResourceOwner(String resourceOwner)
An ARN representing the AWS account ID that specifies the owner of any simulated resource that does not identify
its owner in the resource ARN.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withResourcePolicy(String resourcePolicy)
A resource-based policy to include in the simulation provided as a string.
|
Copyright © 2021. All rights reserved.