Uses of Class
com.amazonaws.services.identitymanagement.model.SimulateCustomPolicyRequest
Packages that use SimulateCustomPolicyRequest
Package
Description
-
Uses of SimulateCustomPolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type SimulateCustomPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.simulateCustomPolicy
(SimulateCustomPolicyRequest request) 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.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.AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync
(SimulateCustomPolicyRequest request) AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync
(SimulateCustomPolicyRequest request, AsyncHandler<SimulateCustomPolicyRequest, SimulateCustomPolicyResult> asyncHandler) 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.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.AmazonIdentityManagementAsyncClient.simulateCustomPolicyAsync
(SimulateCustomPolicyRequest request) AmazonIdentityManagementAsyncClient.simulateCustomPolicyAsync
(SimulateCustomPolicyRequest request, AsyncHandler<SimulateCustomPolicyRequest, SimulateCustomPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type SimulateCustomPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync
(SimulateCustomPolicyRequest request, AsyncHandler<SimulateCustomPolicyRequest, SimulateCustomPolicyResult> asyncHandler) 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.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 SimulateCustomPolicyRequestModifier and TypeMethodDescriptionSimulateCustomPolicyRequest.clone()
SimulateCustomPolicyRequest.withActionNames
(String... actionNames) A list of names of API actions to evaluate in the simulation.SimulateCustomPolicyRequest.withActionNames
(Collection<String> actionNames) A list of names of API actions to evaluate in the simulation.SimulateCustomPolicyRequest.withCallerArn
(String callerArn) The ARN of the IAM user that you want to use as the simulated caller of the APIs.SimulateCustomPolicyRequest.withContextEntries
(ContextEntry... contextEntries) A list of context keys and corresponding values for the simulation to use.SimulateCustomPolicyRequest.withContextEntries
(Collection<ContextEntry> contextEntries) A list of context keys and corresponding values for the simulation to use.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.withMaxItems
(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.SimulateCustomPolicyRequest.withPolicyInputList
(String... policyInputList) A list of policy documents to include in the simulation.SimulateCustomPolicyRequest.withPolicyInputList
(Collection<String> policyInputList) A list of policy documents to include in the simulation.SimulateCustomPolicyRequest.withResourceArns
(String... resourceArns) A list of ARNs of AWS resources to include in the simulation.SimulateCustomPolicyRequest.withResourceArns
(Collection<String> resourceArns) A list of ARNs of AWS resources to include in the simulation.SimulateCustomPolicyRequest.withResourceHandlingOption
(String resourceHandlingOption) Specifies the type of simulation to run.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.withResourcePolicy
(String resourcePolicy) A resource-based policy to include in the simulation provided as a string.