Uses of Class
com.amazonaws.services.identitymanagement.model.SimulateCustomPolicyRequest
-
Packages that use SimulateCustomPolicyRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of SimulateCustomPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type SimulateCustomPolicyRequest Modifier and Type Method Description SimulateCustomPolicyResult
AbstractAmazonIdentityManagement. simulateCustomPolicy(SimulateCustomPolicyRequest request)
SimulateCustomPolicyResult
AmazonIdentityManagement. simulateCustomPolicy(SimulateCustomPolicyRequest simulateCustomPolicyRequest)
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API actions and AWS resources to determine the policies' effective permissions.SimulateCustomPolicyResult
AmazonIdentityManagementClient. simulateCustomPolicy(SimulateCustomPolicyRequest simulateCustomPolicyRequest)
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API actions and AWS resources to determine the policies' effective permissions.Future<SimulateCustomPolicyResult>
AbstractAmazonIdentityManagementAsync. simulateCustomPolicyAsync(SimulateCustomPolicyRequest request)
Future<SimulateCustomPolicyResult>
AbstractAmazonIdentityManagementAsync. simulateCustomPolicyAsync(SimulateCustomPolicyRequest request, AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler)
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 actions and AWS resources to determine the policies' effective permissions.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 actions and AWS resources to determine the policies' effective permissions.Future<SimulateCustomPolicyResult>
AmazonIdentityManagementAsyncClient. simulateCustomPolicyAsync(SimulateCustomPolicyRequest request)
Future<SimulateCustomPolicyResult>
AmazonIdentityManagementAsyncClient. simulateCustomPolicyAsync(SimulateCustomPolicyRequest request, AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler)
-
Uses of SimulateCustomPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SimulateCustomPolicyRequest Modifier and Type Method Description SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. clone()
SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withActionNames(String... actionNames)
A list of names of API actions to evaluate in the simulation.SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withActionNames(Collection<String> actionNames)
A list of names of API actions 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 APIs.SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withContextEntries(ContextEntry... contextEntries)
A list of context keys and corresponding values for the simulation to use.SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withContextEntries(Collection<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. withPolicyInputList(String... policyInputList)
A list of policy documents to include in the simulation.SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withPolicyInputList(Collection<String> policyInputList)
A list of policy documents to include in the simulation.SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withResourceArns(String... resourceArns)
A list of ARNs of AWS resources 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. withResourceHandlingOption(String resourceHandlingOption)
Specifies the type of simulation to run.SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withResourceOwner(String resourceOwner)
An AWS account ID that specifies the owner of any simulated resource that does not identify its owner in the resource ARN, such as an S3 bucket or object.SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withResourcePolicy(String resourcePolicy)
A resource-based policy to include in the simulation provided as a string.
-