| 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 |
|---|---|
ListAliasesResult |
AWSPaymentCryptographyClient.listAliases(ListAliasesRequest request)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
ListAliasesResult |
AbstractAWSPaymentCryptography.listAliases(ListAliasesRequest request) |
ListAliasesResult |
AWSPaymentCryptography.listAliases(ListAliasesRequest listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAliasesResult> |
AWSPaymentCryptographyAsyncClient.listAliasesAsync(ListAliasesRequest request) |
Future<ListAliasesResult> |
AbstractAWSPaymentCryptographyAsync.listAliasesAsync(ListAliasesRequest request) |
Future<ListAliasesResult> |
AWSPaymentCryptographyAsync.listAliasesAsync(ListAliasesRequest listAliasesRequest)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
Future<ListAliasesResult> |
AWSPaymentCryptographyAsyncClient.listAliasesAsync(ListAliasesRequest request,
AsyncHandler<ListAliasesRequest,ListAliasesResult> asyncHandler) |
Future<ListAliasesResult> |
AbstractAWSPaymentCryptographyAsync.listAliasesAsync(ListAliasesRequest request,
AsyncHandler<ListAliasesRequest,ListAliasesResult> asyncHandler) |
Future<ListAliasesResult> |
AWSPaymentCryptographyAsync.listAliasesAsync(ListAliasesRequest listAliasesRequest,
AsyncHandler<ListAliasesRequest,ListAliasesResult> asyncHandler)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAliasesResult> |
AWSPaymentCryptographyAsyncClient.listAliasesAsync(ListAliasesRequest request,
AsyncHandler<ListAliasesRequest,ListAliasesResult> asyncHandler) |
Future<ListAliasesResult> |
AbstractAWSPaymentCryptographyAsync.listAliasesAsync(ListAliasesRequest request,
AsyncHandler<ListAliasesRequest,ListAliasesResult> asyncHandler) |
Future<ListAliasesResult> |
AWSPaymentCryptographyAsync.listAliasesAsync(ListAliasesRequest listAliasesRequest,
AsyncHandler<ListAliasesRequest,ListAliasesResult> asyncHandler)
Lists the aliases for all keys in the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListAliasesResult |
ListAliasesResult.clone() |
ListAliasesResult |
ListAliasesResult.withAliases(Alias... aliases)
The list of aliases.
|
ListAliasesResult |
ListAliasesResult.withAliases(Collection<Alias> aliases)
The list of aliases.
|
ListAliasesResult |
ListAliasesResult.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.