@Generated(value="software.amazon.awssdk:codegen") public enum KmsGrantOperation extends Enum<KmsGrantOperation>
| Modifier and Type | Method and Description |
|---|---|
static KmsGrantOperation |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<KmsGrantOperation> |
knownValues()
|
String |
toString() |
static KmsGrantOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KmsGrantOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KmsGrantOperation CREATE_GRANT
public static final KmsGrantOperation DECRYPT
public static final KmsGrantOperation DESCRIBE_KEY
public static final KmsGrantOperation ENCRYPT
public static final KmsGrantOperation GENERATE_DATA_KEY
public static final KmsGrantOperation GENERATE_DATA_KEY_PAIR
public static final KmsGrantOperation GENERATE_DATA_KEY_PAIR_WITHOUT_PLAINTEXT
public static final KmsGrantOperation GENERATE_DATA_KEY_WITHOUT_PLAINTEXT
public static final KmsGrantOperation GET_PUBLIC_KEY
public static final KmsGrantOperation RE_ENCRYPT_FROM
public static final KmsGrantOperation RE_ENCRYPT_TO
public static final KmsGrantOperation RETIRE_GRANT
public static final KmsGrantOperation SIGN
public static final KmsGrantOperation VERIFY
public static final KmsGrantOperation UNKNOWN_TO_SDK_VERSION
public static KmsGrantOperation[] values()
for (KmsGrantOperation c : KmsGrantOperation.values()) System.out.println(c);
public static KmsGrantOperation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<KmsGrantOperation>public static KmsGrantOperation fromValue(String value)
value - real valuepublic static Set<KmsGrantOperation> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known KmsGrantOperationsCopyright © 2023. All rights reserved.