| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeyPoliciesResult |
AWSKMSClient.listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest)
Retrieves a list of policies attached to a key.
|
ListKeyPoliciesResult |
AWSKMS.listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest)
Retrieves a list of policies attached to a key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListKeyPoliciesResult> |
AWSKMSAsync.listKeyPoliciesAsync(ListKeyPoliciesRequest listKeyPoliciesRequest)
Retrieves a list of policies attached to a key.
|
Future<ListKeyPoliciesResult> |
AWSKMSAsyncClient.listKeyPoliciesAsync(ListKeyPoliciesRequest listKeyPoliciesRequest)
Retrieves a list of policies attached to a key.
|
Future<ListKeyPoliciesResult> |
AWSKMSAsync.listKeyPoliciesAsync(ListKeyPoliciesRequest listKeyPoliciesRequest,
AsyncHandler<ListKeyPoliciesRequest,ListKeyPoliciesResult> asyncHandler)
Retrieves a list of policies attached to a key.
|
Future<ListKeyPoliciesResult> |
AWSKMSAsyncClient.listKeyPoliciesAsync(ListKeyPoliciesRequest listKeyPoliciesRequest,
AsyncHandler<ListKeyPoliciesRequest,ListKeyPoliciesResult> asyncHandler)
Retrieves a list of policies attached to a key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListKeyPoliciesResult> |
AWSKMSAsync.listKeyPoliciesAsync(ListKeyPoliciesRequest listKeyPoliciesRequest,
AsyncHandler<ListKeyPoliciesRequest,ListKeyPoliciesResult> asyncHandler)
Retrieves a list of policies attached to a key.
|
Future<ListKeyPoliciesResult> |
AWSKMSAsyncClient.listKeyPoliciesAsync(ListKeyPoliciesRequest listKeyPoliciesRequest,
AsyncHandler<ListKeyPoliciesRequest,ListKeyPoliciesResult> asyncHandler)
Retrieves a list of policies attached to a key.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeyPoliciesResult |
ListKeyPoliciesResult.withNextMarker(String nextMarker)
If
Truncated is true, this value is present and contains
the value to use for the Marker request parameter in a
subsequent pagination request. |
ListKeyPoliciesResult |
ListKeyPoliciesResult.withPolicyNames(Collection<String> policyNames)
A list of policy names.
|
ListKeyPoliciesResult |
ListKeyPoliciesResult.withPolicyNames(String... policyNames)
A list of policy names.
|
ListKeyPoliciesResult |
ListKeyPoliciesResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2014. All rights reserved.