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 SimulateCustomPolicyResultAbstractAmazonIdentityManagement. simulateCustomPolicy(SimulateCustomPolicyRequest request)SimulateCustomPolicyResultAmazonIdentityManagement. 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.SimulateCustomPolicyResultAmazonIdentityManagementClient. 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 SimulateCustomPolicyRequestSimulateCustomPolicyRequest. clone()SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withActionNames(String... actionNames)A list of names of API actions to evaluate in the simulation.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withActionNames(Collection<String> actionNames)A list of names of API actions to evaluate in the simulation.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withCallerArn(String callerArn)The ARN of the IAM user that you want to use as the simulated caller of the APIs.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withContextEntries(ContextEntry... contextEntries)A list of context keys and corresponding values for the simulation to use.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withContextEntries(Collection<ContextEntry> contextEntries)A list of context keys and corresponding values for the simulation to use.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withMarker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withMaxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withPolicyInputList(String... policyInputList)A list of policy documents to include in the simulation.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withPolicyInputList(Collection<String> policyInputList)A list of policy documents to include in the simulation.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withResourceArns(String... resourceArns)A list of ARNs of AWS resources to include in the simulation.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withResourceArns(Collection<String> resourceArns)A list of ARNs of AWS resources to include in the simulation.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withResourceHandlingOption(String resourceHandlingOption)Specifies the type of simulation to run.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. 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.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withResourcePolicy(String resourcePolicy)A resource-based policy to include in the simulation provided as a string.
-