Uses of Class
com.amazonaws.services.identitymanagement.model.SimulateCustomPolicyResult
-
Packages that use SimulateCustomPolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of SimulateCustomPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return SimulateCustomPolicyResult Modifier and Type Method Description SimulateCustomPolicyResult
AbstractAmazonIdentityManagement. simulateCustomPolicy(SimulateCustomPolicyRequest request)
SimulateCustomPolicyResult
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.SimulateCustomPolicyResult
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 SimulateCustomPolicyResult Modifier and Type Method Description 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 SimulateCustomPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SimulateCustomPolicyResult Modifier and Type Method Description SimulateCustomPolicyResult
SimulateCustomPolicyResult. clone()
SimulateCustomPolicyResult
SimulateCustomPolicyResult. withEvaluationResults(EvaluationResult... evaluationResults)
The results of the simulation.SimulateCustomPolicyResult
SimulateCustomPolicyResult. withEvaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.SimulateCustomPolicyResult
SimulateCustomPolicyResult. withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.SimulateCustomPolicyResult
SimulateCustomPolicyResult. withMarker(String marker)
WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.
-