| 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 |
|---|---|
DescribeCustomKeyStoresRequest |
DescribeCustomKeyStoresRequest.withCustomKeyStoreId(String customKeyStoreId)
Gets only information about the specified custom key store.
|
DescribeCustomKeyStoresRequest |
DescribeCustomKeyStoresRequest.withCustomKeyStoreName(String customKeyStoreName)
Gets only information about the specified custom key store.
|
DescribeCustomKeyStoresRequest |
DescribeCustomKeyStoresRequest.withLimit(Integer limit)
Use this parameter to specify the maximum number of items to return.
|
DescribeCustomKeyStoresRequest |
DescribeCustomKeyStoresRequest.withMarker(String marker)
Use this parameter in a subsequent request after you receive a response
with truncated results.
|
Copyright © 2019. All rights reserved.