| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyState |
KeyState.fromValue(String value)
Use this in place of valueOf.
|
static KeyState |
KeyState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyState[] |
KeyState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KeySummary |
KeySummary.withKeyState(KeyState keyState)
The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
|
ListKeysRequest |
ListKeysRequest.withKeyState(KeyState keyState)
The key state of the keys you want to list.
|
Key |
Key.withKeyState(KeyState keyState)
The state of key that is being created or deleted.
|
Copyright © 2024. All rights reserved.