| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography |
Amazon Web Services Payment Cryptography Control Plane APIs manage encryption keys for use during payment-related
cryptographic operations.
|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
ListKeysResult |
AbstractAWSPaymentCryptography.listKeys(ListKeysRequest request) |
ListKeysResult |
AWSPaymentCryptographyClient.listKeys(ListKeysRequest request)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
ListKeysResult |
AWSPaymentCryptography.listKeys(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListKeysResult> |
AbstractAWSPaymentCryptographyAsync.listKeysAsync(ListKeysRequest request) |
Future<ListKeysResult> |
AWSPaymentCryptographyAsyncClient.listKeysAsync(ListKeysRequest request) |
Future<ListKeysResult> |
AWSPaymentCryptographyAsync.listKeysAsync(ListKeysRequest listKeysRequest)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
Future<ListKeysResult> |
AbstractAWSPaymentCryptographyAsync.listKeysAsync(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler) |
Future<ListKeysResult> |
AWSPaymentCryptographyAsyncClient.listKeysAsync(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler) |
Future<ListKeysResult> |
AWSPaymentCryptographyAsync.listKeysAsync(ListKeysRequest listKeysRequest,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListKeysResult> |
AbstractAWSPaymentCryptographyAsync.listKeysAsync(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler) |
Future<ListKeysResult> |
AWSPaymentCryptographyAsyncClient.listKeysAsync(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler) |
Future<ListKeysResult> |
AWSPaymentCryptographyAsync.listKeysAsync(ListKeysRequest listKeysRequest,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler)
Lists the keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResult |
ListKeysResult.clone() |
ListKeysResult |
ListKeysResult.withKeys(Collection<KeySummary> keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
ListKeysResult |
ListKeysResult.withKeys(KeySummary... keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
ListKeysResult |
ListKeysResult.withNextToken(String nextToken)
The token for the next set of results, or an empty or null value if there are no more results.
|
Copyright © 2024. All rights reserved.