Uses of Class
com.amazonaws.services.identitymanagement.model.SimulatePrincipalPolicyRequest
-
Packages that use SimulatePrincipalPolicyRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of SimulatePrincipalPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type SimulatePrincipalPolicyRequest Modifier and Type Method Description SimulatePrincipalPolicyResultAbstractAmazonIdentityManagement. simulatePrincipalPolicy(SimulatePrincipalPolicyRequest request)SimulatePrincipalPolicyResultAmazonIdentityManagement. simulatePrincipalPolicy(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)Simulate how a set of IAM policies attached to an IAM entity works with a list of API actions and AWS resources to determine the policies' effective permissions.SimulatePrincipalPolicyResultAmazonIdentityManagementClient. simulatePrincipalPolicy(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)Simulate how a set of IAM policies attached to an IAM entity works with a list of API actions and AWS resources to determine the policies' effective permissions.Future<SimulatePrincipalPolicyResult>AbstractAmazonIdentityManagementAsync. simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest request)Future<SimulatePrincipalPolicyResult>AbstractAmazonIdentityManagementAsync. simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest request, AsyncHandler<SimulatePrincipalPolicyRequest,SimulatePrincipalPolicyResult> asyncHandler)Future<SimulatePrincipalPolicyResult>AmazonIdentityManagementAsync. simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)Simulate how a set of IAM policies attached to an IAM entity works with a list of API actions and AWS resources to determine the policies' effective permissions.Future<SimulatePrincipalPolicyResult>AmazonIdentityManagementAsync. simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest, AsyncHandler<SimulatePrincipalPolicyRequest,SimulatePrincipalPolicyResult> asyncHandler)Simulate how a set of IAM policies attached to an IAM entity works with a list of API actions and AWS resources to determine the policies' effective permissions.Future<SimulatePrincipalPolicyResult>AmazonIdentityManagementAsyncClient. simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest request)Future<SimulatePrincipalPolicyResult>AmazonIdentityManagementAsyncClient. simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest request, AsyncHandler<SimulatePrincipalPolicyRequest,SimulatePrincipalPolicyResult> asyncHandler) -
Uses of SimulatePrincipalPolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SimulatePrincipalPolicyRequest Modifier and Type Method Description SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. clone()SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withActionNames(String... actionNames)A list of names of API actions to evaluate in the simulation.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withActionNames(Collection<String> actionNames)A list of names of API actions to evaluate in the simulation.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withCallerArn(String callerArn)The ARN of the IAM user that you want to specify as the simulated caller of the APIs.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withContextEntries(ContextEntry... contextEntries)A list of context keys and corresponding values for the simulation to use.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withContextEntries(Collection<ContextEntry> contextEntries)A list of context keys and corresponding values for the simulation to use.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withMarker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withMaxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withPolicyInputList(String... policyInputList)An optional list of additional policy documents to include in the simulation.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withPolicyInputList(Collection<String> policyInputList)An optional list of additional policy documents to include in the simulation.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withPolicySourceArn(String policySourceArn)The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to include in the simulation.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withResourceArns(String... resourceArns)A list of ARNs of AWS resources to include in the simulation.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withResourceArns(Collection<String> resourceArns)A list of ARNs of AWS resources to include in the simulation.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withResourceHandlingOption(String resourceHandlingOption)Specifies the type of simulation to run.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. 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.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withResourcePolicy(String resourcePolicy)A resource-based policy to include in the simulation provided as a string.
-