| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
Alias |
Alias.clone() |
Alias |
GetAliasResult.getAlias()
The alias of the Amazon Web Services Payment Cryptography key.
|
Alias |
CreateAliasResult.getAlias()
The alias for the key.
|
Alias |
UpdateAliasResult.getAlias()
The alias name.
|
Alias |
Alias.withAliasName(String aliasName)
A friendly name that you can use to refer to a key.
|
Alias |
Alias.withKeyArn(String keyArn)
The
KeyARN of the key associated with the alias. |
| Modifier and Type | Method and Description |
|---|---|
List<Alias> |
ListAliasesResult.getAliases()
The list of aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAliasResult.setAlias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
|
void |
CreateAliasResult.setAlias(Alias alias)
The alias for the key.
|
void |
UpdateAliasResult.setAlias(Alias alias)
The alias name.
|
GetAliasResult |
GetAliasResult.withAlias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
|
CreateAliasResult |
CreateAliasResult.withAlias(Alias alias)
The alias for the key.
|
UpdateAliasResult |
UpdateAliasResult.withAlias(Alias alias)
The alias name.
|
ListAliasesResult |
ListAliasesResult.withAliases(Alias... aliases)
The list of aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAliasesResult.setAliases(Collection<Alias> aliases)
The list of aliases.
|
ListAliasesResult |
ListAliasesResult.withAliases(Collection<Alias> aliases)
The list of aliases.
|
Copyright © 2024. All rights reserved.