| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
SimulateCustomPolicyResult |
AmazonIdentityManagementClient.simulateCustomPolicy(SimulateCustomPolicyRequest request)
Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations 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 operations and
AWS resources to determine the policies' effective permissions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SimulateCustomPolicyResult> |
AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request) |
Future<SimulateCustomPolicyResult> |
AmazonIdentityManagementAsyncClient.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 operations and
AWS resources to determine the policies' effective permissions.
|
Future<SimulateCustomPolicyResult> |
AbstractAmazonIdentityManagementAsync.simulateCustomPolicyAsync(SimulateCustomPolicyRequest request,
AsyncHandler<SimulateCustomPolicyRequest,SimulateCustomPolicyResult> asyncHandler) |
Future<SimulateCustomPolicyResult> |
AmazonIdentityManagementAsyncClient.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 operations and
AWS resources to determine the policies' effective permissions.
|
| 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 © 2019. All rights reserved.