Uses of Class
com.amazonaws.services.identitymanagement.model.SimulateCustomPolicyResult
Packages that use SimulateCustomPolicyResult
Package
Description
-
Uses of SimulateCustomPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return SimulateCustomPolicyResultModifier 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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type SimulateCustomPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.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 SimulateCustomPolicyResultModifier 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 SimulateCustomPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SimulateCustomPolicyResultModifier and TypeMethodDescriptionSimulateCustomPolicyResult.clone()SimulateCustomPolicyResult.withEvaluationResults(EvaluationResult... evaluationResults) The results of the simulation.SimulateCustomPolicyResult.withEvaluationResults(Collection<EvaluationResult> evaluationResults) The results of the simulation.SimulateCustomPolicyResult.withIsTruncated(Boolean isTruncated) A flag that indicates whether there are more items to return.SimulateCustomPolicyResult.withMarker(String marker) WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.