| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model | |
| software.amazon.awssdk.services.paymentcryptography.paginators |
| Modifier and Type | Method and Description |
|---|---|
Alias |
GetAliasResponse.alias()
The alias of the Amazon Web Services Payment Cryptography key.
|
Alias |
UpdateAliasResponse.alias()
The alias name.
|
Alias |
CreateAliasResponse.alias()
The alias for the key.
|
| Modifier and Type | Method and Description |
|---|---|
List<Alias> |
ListAliasesResponse.aliases()
The list of aliases.
|
| Modifier and Type | Method and Description |
|---|---|
GetAliasResponse.Builder |
GetAliasResponse.Builder.alias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
|
UpdateAliasResponse.Builder |
UpdateAliasResponse.Builder.alias(Alias alias)
The alias name.
|
CreateAliasResponse.Builder |
CreateAliasResponse.Builder.alias(Alias alias)
The alias for the key.
|
ListAliasesResponse.Builder |
ListAliasesResponse.Builder.aliases(Alias... aliases)
The list of aliases.
|
| Modifier and Type | Method and Description |
|---|---|
ListAliasesResponse.Builder |
ListAliasesResponse.Builder.aliases(Collection<Alias> aliases)
The list of aliases.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Alias> |
ListAliasesPublisher.aliases()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Alias> |
ListAliasesIterable.aliases()
Returns an iterable to iterate through the paginated
ListAliasesResponse.aliases() member. |
Copyright © 2023. All rights reserved.