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