| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model | |
| software.amazon.awssdk.services.kms.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<KeyListEntry> |
ListKeysResponse.keys()
A list of KMS keys.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResponse.Builder |
ListKeysResponse.Builder.keys(KeyListEntry... keys)
A list of KMS keys.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResponse.Builder |
ListKeysResponse.Builder.keys(Collection<KeyListEntry> keys)
A list of KMS keys.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<KeyListEntry> |
ListKeysIterable.keys()
Returns an iterable to iterate through the paginated
ListKeysResponse.keys() member. |
SdkPublisher<KeyListEntry> |
ListKeysPublisher.keys()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.