| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomKeyStoresResult |
AWSKMSClient.describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)
Gets information about custom key stores in the account and region.
|
DescribeCustomKeyStoresResult |
AWSKMS.describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)
Gets information about custom key stores in the account and region.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2019. All rights reserved.