| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model | |
| software.amazon.awssdk.services.paymentcryptography.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<KeySummary> |
ListKeysResponse.keys()
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResponse.Builder |
ListKeysResponse.Builder.keys(KeySummary... keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResponse.Builder |
ListKeysResponse.Builder.keys(Collection<KeySummary> keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<KeySummary> |
ListKeysPublisher.keys()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<KeySummary> |
ListKeysIterable.keys()
Returns an iterable to iterate through the paginated
ListKeysResponse.keys() member. |
Copyright © 2023. All rights reserved.