Modifier and Type | Method and Description |
---|---|
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.
|
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 |
AbstractAmazonIdentityManagement.simulateCustomPolicy(SimulateCustomPolicyRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<SimulateCustomPolicyResult> |
AmazonIdentityManagementAsyncClient.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request) |
java.util.concurrent.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.
|
java.util.concurrent.Future<SimulateCustomPolicyResult> |
AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request) |
java.util.concurrent.Future<SimulateCustomPolicyResult> |
AmazonIdentityManagementAsyncClient.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<SimulateCustomPolicyResult> |
AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<SimulateCustomPolicyResult> |
AmazonIdentityManagementAsyncClient.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<SimulateCustomPolicyResult> |
AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.clone() |
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.withEvaluationResults(java.util.Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.withEvaluationResults(EvaluationResult... evaluationResults)
The results of the simulation.
|
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.withIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.withMarker(java.lang.String marker)
When
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
Modifier and Type | Method and Description |
---|---|
SimulateCustomPolicyResult |
SimulateCustomPolicyResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |