| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeCustomKeyStoresResponse> |
DescribeCustomKeyStoresIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCustomKeyStoresPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeCustomKeyStoresResponse> subscriber) |
Copyright © 2023. All rights reserved.