| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model | |
| software.amazon.awssdk.services.kms.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CustomKeyStoresListEntry> |
DescribeCustomKeyStoresResponse.customKeyStores()
Contains metadata about each custom key store.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomKeyStoresResponse.Builder |
DescribeCustomKeyStoresResponse.Builder.customKeyStores(CustomKeyStoresListEntry... customKeyStores)
Contains metadata about each custom key store.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomKeyStoresResponse.Builder |
DescribeCustomKeyStoresResponse.Builder.customKeyStores(Collection<CustomKeyStoresListEntry> customKeyStores)
Contains metadata about each custom key store.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CustomKeyStoresListEntry> |
DescribeCustomKeyStoresPublisher.customKeyStores()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CustomKeyStoresListEntry> |
DescribeCustomKeyStoresIterable.customKeyStores()
Returns an iterable to iterate through the paginated
DescribeCustomKeyStoresResponse.customKeyStores()
member. |
Copyright © 2023. All rights reserved.