| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
SimulatePrincipalPolicyResult |
AmazonIdentityManagementClient.simulatePrincipalPolicy(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)
Simulate how a set of IAM policies attached to an IAM entity works
with a list of API actions and AWS resources to determine the
policies' effective permissions.
|
SimulatePrincipalPolicyResult |
AmazonIdentityManagement.simulatePrincipalPolicy(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)
Simulate how a set of IAM policies attached to an IAM entity works
with a list of API actions and AWS resources to determine the
policies' effective permissions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SimulatePrincipalPolicyResult> |
AmazonIdentityManagementAsync.simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)
Simulate how a set of IAM policies attached to an IAM entity works
with a list of API actions and AWS resources to determine the
policies' effective permissions.
|
Future<SimulatePrincipalPolicyResult> |
AmazonIdentityManagementAsyncClient.simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)
Simulate how a set of IAM policies attached to an IAM entity works
with a list of API actions and AWS resources to determine the
policies' effective permissions.
|
Future<SimulatePrincipalPolicyResult> |
AmazonIdentityManagementAsync.simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest,
AsyncHandler<SimulatePrincipalPolicyRequest,SimulatePrincipalPolicyResult> asyncHandler)
Simulate how a set of IAM policies attached to an IAM entity works
with a list of API actions and AWS resources to determine the
policies' effective permissions.
|
Future<SimulatePrincipalPolicyResult> |
AmazonIdentityManagementAsyncClient.simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest,
AsyncHandler<SimulatePrincipalPolicyRequest,SimulatePrincipalPolicyResult> asyncHandler)
Simulate how a set of IAM policies attached to an IAM entity works
with a list of API actions and AWS resources to determine the
policies' effective permissions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SimulatePrincipalPolicyResult> |
AmazonIdentityManagementAsync.simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest,
AsyncHandler<SimulatePrincipalPolicyRequest,SimulatePrincipalPolicyResult> asyncHandler)
Simulate how a set of IAM policies attached to an IAM entity works
with a list of API actions and AWS resources to determine the
policies' effective permissions.
|
Future<SimulatePrincipalPolicyResult> |
AmazonIdentityManagementAsyncClient.simulatePrincipalPolicyAsync(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest,
AsyncHandler<SimulatePrincipalPolicyRequest,SimulatePrincipalPolicyResult> asyncHandler)
Simulate how a set of IAM policies attached to an IAM entity works
with a list of API actions and AWS resources to determine the
policies' effective permissions.
|
| Modifier and Type | Method and Description |
|---|---|
SimulatePrincipalPolicyResult |
SimulatePrincipalPolicyResult.clone() |
SimulatePrincipalPolicyResult |
SimulatePrincipalPolicyResult.withEvaluationResults(Collection<EvaluationResult> evaluationResults)
The results of the simulation.
|
SimulatePrincipalPolicyResult |
SimulatePrincipalPolicyResult.withEvaluationResults(EvaluationResult... evaluationResults)
The results of the simulation.
|
SimulatePrincipalPolicyResult |
SimulatePrincipalPolicyResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
SimulatePrincipalPolicyResult |
SimulatePrincipalPolicyResult.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 © 2015. All rights reserved.