| 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 |
|---|---|
GetContextKeysForPrincipalPolicyResult |
AmazonIdentityManagementClient.getContextKeysForPrincipalPolicy(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest)
Gets a list of all of the context keys referenced in
Condition elements in all of the IAM policies attached to
the specified IAM entity. |
GetContextKeysForPrincipalPolicyResult |
AmazonIdentityManagement.getContextKeysForPrincipalPolicy(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest)
Gets a list of all of the context keys referenced in
Condition elements in all of the IAM policies attached to
the specified IAM entity. |
Future<GetContextKeysForPrincipalPolicyResult> |
AmazonIdentityManagementAsync.getContextKeysForPrincipalPolicyAsync(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest)
Gets a list of all of the context keys referenced in
Condition elements in all of the IAM policies attached to
the specified IAM entity. |
Future<GetContextKeysForPrincipalPolicyResult> |
AmazonIdentityManagementAsyncClient.getContextKeysForPrincipalPolicyAsync(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest)
Gets a list of all of the context keys referenced in
Condition elements in all of the IAM policies attached to
the specified IAM entity. |
Future<GetContextKeysForPrincipalPolicyResult> |
AmazonIdentityManagementAsync.getContextKeysForPrincipalPolicyAsync(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest,
AsyncHandler<GetContextKeysForPrincipalPolicyRequest,GetContextKeysForPrincipalPolicyResult> asyncHandler)
Gets a list of all of the context keys referenced in
Condition elements in all of the IAM policies attached to
the specified IAM entity. |
Future<GetContextKeysForPrincipalPolicyResult> |
AmazonIdentityManagementAsyncClient.getContextKeysForPrincipalPolicyAsync(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest,
AsyncHandler<GetContextKeysForPrincipalPolicyRequest,GetContextKeysForPrincipalPolicyResult> asyncHandler)
Gets a list of all of the context keys referenced in
Condition elements in all of the IAM policies attached to
the specified IAM entity. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetContextKeysForPrincipalPolicyResult> |
AmazonIdentityManagementAsync.getContextKeysForPrincipalPolicyAsync(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest,
AsyncHandler<GetContextKeysForPrincipalPolicyRequest,GetContextKeysForPrincipalPolicyResult> asyncHandler)
Gets a list of all of the context keys referenced in
Condition elements in all of the IAM policies attached to
the specified IAM entity. |
Future<GetContextKeysForPrincipalPolicyResult> |
AmazonIdentityManagementAsyncClient.getContextKeysForPrincipalPolicyAsync(GetContextKeysForPrincipalPolicyRequest getContextKeysForPrincipalPolicyRequest,
AsyncHandler<GetContextKeysForPrincipalPolicyRequest,GetContextKeysForPrincipalPolicyResult> asyncHandler)
Gets a list of all of the context keys referenced in
Condition elements in all of the IAM policies attached to
the specified IAM entity. |
| Modifier and Type | Method and Description |
|---|---|
GetContextKeysForPrincipalPolicyRequest |
GetContextKeysForPrincipalPolicyRequest.clone() |
GetContextKeysForPrincipalPolicyRequest |
GetContextKeysForPrincipalPolicyRequest.withPolicyInputList(Collection<String> policyInputList)
A optional list of additional policies for which you want list of
context keys used in
Condition elements. |
GetContextKeysForPrincipalPolicyRequest |
GetContextKeysForPrincipalPolicyRequest.withPolicyInputList(String... policyInputList)
A optional list of additional policies for which you want list of
context keys used in
Condition elements. |
GetContextKeysForPrincipalPolicyRequest |
GetContextKeysForPrincipalPolicyRequest.withPolicySourceArn(String policySourceArn)
The ARN of a user, group, or role whose policies contain the context
keys that you want listed.
|
Copyright © 2015. All rights reserved.