| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomKeyStoresResult |
AWSKMS.describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and region.
|
DescribeCustomKeyStoresResult |
AbstractAWSKMS.describeCustomKeyStores(DescribeCustomKeyStoresRequest request) |
DescribeCustomKeyStoresResult |
AWSKMSClient.describeCustomKeyStores(DescribeCustomKeyStoresRequest request)
Gets information about custom key stores
in the account and region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeCustomKeyStoresResult> |
AWSKMSAsyncClient.describeCustomKeyStoresAsync(DescribeCustomKeyStoresRequest request,
AsyncHandler<DescribeCustomKeyStoresRequest,DescribeCustomKeyStoresResult> asyncHandler) |
Future<DescribeCustomKeyStoresResult> |
AWSKMSAsync.describeCustomKeyStoresAsync(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest,
AsyncHandler<DescribeCustomKeyStoresRequest,DescribeCustomKeyStoresResult> asyncHandler)
Gets information about custom key stores
in the account and region.
|
Future<DescribeCustomKeyStoresResult> |
AbstractAWSKMSAsync.describeCustomKeyStoresAsync(DescribeCustomKeyStoresRequest request,
AsyncHandler<DescribeCustomKeyStoresRequest,DescribeCustomKeyStoresResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomKeyStoresResult |
DescribeCustomKeyStoresResult.clone() |
DescribeCustomKeyStoresResult |
DescribeCustomKeyStoresResult.withCustomKeyStores(Collection<CustomKeyStoresListEntry> customKeyStores)
Contains metadata about each custom key store.
|
DescribeCustomKeyStoresResult |
DescribeCustomKeyStoresResult.withCustomKeyStores(CustomKeyStoresListEntry... customKeyStores)
Contains metadata about each custom key store.
|
DescribeCustomKeyStoresResult |
DescribeCustomKeyStoresResult.withNextMarker(String nextMarker)
When
Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request. |
DescribeCustomKeyStoresResult |
DescribeCustomKeyStoresResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2020. All rights reserved.