| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
KeySummary |
KeySummary.clone() |
KeySummary |
KeySummary.withEnabled(Boolean enabled)
Specifies whether the key is enabled.
|
KeySummary |
KeySummary.withExportable(Boolean exportable)
Specifies whether the key is exportable.
|
KeySummary |
KeySummary.withKeyArn(String keyArn)
The Amazon Resource Name (ARN) of the key.
|
KeySummary |
KeySummary.withKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
KeySummary |
KeySummary.withKeyCheckValue(String keyCheckValue)
The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that
a key has changed.
|
KeySummary |
KeySummary.withKeyState(KeyState keyState)
The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
|
KeySummary |
KeySummary.withKeyState(String keyState)
The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeySummary> |
ListKeysResult.getKeys()
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeysResult |
ListKeysResult.withKeys(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 |
|---|---|
void |
ListKeysResult.setKeys(Collection<KeySummary> keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
ListKeysResult |
ListKeysResult.withKeys(Collection<KeySummary> keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
Copyright © 2024. All rights reserved.