| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCustomKeyStoresResponse.Builder |
DescribeCustomKeyStoresResponse.builder() |
DescribeCustomKeyStoresResponse.Builder |
DescribeCustomKeyStoresResponse.Builder.customKeyStores(Collection<CustomKeyStoresListEntry> customKeyStores)
Contains metadata about each custom key store.
|
DescribeCustomKeyStoresResponse.Builder |
DescribeCustomKeyStoresResponse.Builder.customKeyStores(Consumer<CustomKeyStoresListEntry.Builder>... customKeyStores)
Contains metadata about each custom key store.
|
DescribeCustomKeyStoresResponse.Builder |
DescribeCustomKeyStoresResponse.Builder.customKeyStores(CustomKeyStoresListEntry... customKeyStores)
Contains metadata about each custom key store.
|
DescribeCustomKeyStoresResponse.Builder |
DescribeCustomKeyStoresResponse.Builder.nextMarker(String nextMarker)
When
Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request. |
DescribeCustomKeyStoresResponse.Builder |
DescribeCustomKeyStoresResponse.toBuilder() |
DescribeCustomKeyStoresResponse.Builder |
DescribeCustomKeyStoresResponse.Builder.truncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeCustomKeyStoresResponse.Builder> |
DescribeCustomKeyStoresResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.