Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<SimulateCustomPolicyResult> |
AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request) |
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> |
AmazonIdentityManagementAsyncClient.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request) |
Future<SimulateCustomPolicyResult> |
AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler) |
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,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.clone() |
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.withEvaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
SimulateCustomPolicyResult |
SimulateCustomPolicyResult.withEvaluationResults(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)
When
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
Copyright © 2018. All rights reserved.