| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeCustomKeyStoresResponse |
KmsClient.describeCustomKeyStores()
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresResponse |
KmsClient.describeCustomKeyStores(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
default DescribeCustomKeyStoresResponse |
KmsClient.describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeCustomKeyStoresResponse> |
KmsAsyncClient.describeCustomKeyStores()
Gets information about custom key stores
in the account and Region.
|
default CompletableFuture<DescribeCustomKeyStoresResponse> |
KmsAsyncClient.describeCustomKeyStores(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
default CompletableFuture<DescribeCustomKeyStoresResponse> |
KmsAsyncClient.describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)
Gets information about custom key stores
in the account and Region.
|
Copyright © 2022. All rights reserved.