public enum KMSActions extends Enum<KMSActions> implements Action
Enum Constant and Description |
---|
AllKMSActions
Represents any action executed on KMS.
|
CancelKeyDeletion
Action for the CancelKeyDeletion operation.
|
CreateAlias
Action for the CreateAlias operation.
|
CreateGrant
Action for the CreateGrant operation.
|
CreateKey
Action for the CreateKey operation.
|
Decrypt
Action for the Decrypt operation.
|
DeleteAlias
Action for the DeleteAlias operation.
|
DeleteImportedKeyMaterial
Action for the DeleteImportedKeyMaterial operation.
|
DescribeKey
Action for the DescribeKey operation.
|
DisableKey
Action for the DisableKey operation.
|
DisableKeyRotation
Action for the DisableKeyRotation operation.
|
EnableKey
Action for the EnableKey operation.
|
EnableKeyRotation
Action for the EnableKeyRotation operation.
|
Encrypt
Action for the Encrypt operation.
|
GenerateDataKey
Action for the GenerateDataKey operation.
|
GenerateDataKeyWithoutPlaintext
Action for the GenerateDataKeyWithoutPlaintext operation.
|
GenerateRandom
Action for the GenerateRandom operation.
|
GetKeyPolicy
Action for the GetKeyPolicy operation.
|
GetKeyRotationStatus
Action for the GetKeyRotationStatus operation.
|
GetParametersForImport
Action for the GetParametersForImport operation.
|
ImportKeyMaterial
Action for the ImportKeyMaterial operation.
|
ListAliases
Action for the ListAliases operation.
|
ListGrants
Action for the ListGrants operation.
|
ListKeyPolicies
Action for the ListKeyPolicies operation.
|
ListKeys
Action for the ListKeys operation.
|
ListRetirableGrants
Action for the ListRetirableGrants operation.
|
PutKeyPolicy
Action for the PutKeyPolicy operation.
|
ReEncryptFrom
Action for the ReEncryptFrom operation.
|
ReEncryptTo
Action for the ReEncryptTo operation.
|
RevokeGrant
Action for the RevokeGrant operation.
|
ScheduleKeyDeletion
Action for the ScheduleKeyDeletion operation.
|
UpdateAlias
Action for the UpdateAlias operation.
|
UpdateKeyDescription
Action for the UpdateKeyDescription operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static KMSActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KMSActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KMSActions AllKMSActions
public static final KMSActions CancelKeyDeletion
public static final KMSActions CreateAlias
public static final KMSActions CreateGrant
public static final KMSActions CreateKey
public static final KMSActions Decrypt
public static final KMSActions DeleteAlias
public static final KMSActions DeleteImportedKeyMaterial
public static final KMSActions DescribeKey
public static final KMSActions DisableKey
public static final KMSActions DisableKeyRotation
public static final KMSActions EnableKey
public static final KMSActions EnableKeyRotation
public static final KMSActions Encrypt
public static final KMSActions GenerateDataKey
public static final KMSActions GenerateDataKeyWithoutPlaintext
public static final KMSActions GenerateRandom
public static final KMSActions GetKeyPolicy
public static final KMSActions GetKeyRotationStatus
public static final KMSActions GetParametersForImport
public static final KMSActions ImportKeyMaterial
public static final KMSActions ListAliases
public static final KMSActions ListGrants
public static final KMSActions ListKeyPolicies
public static final KMSActions ListKeys
public static final KMSActions ListRetirableGrants
public static final KMSActions PutKeyPolicy
public static final KMSActions ReEncryptFrom
public static final KMSActions ReEncryptTo
public static final KMSActions RevokeGrant
public static final KMSActions ScheduleKeyDeletion
public static final KMSActions UpdateAlias
public static final KMSActions UpdateKeyDescription
public static KMSActions[] values()
for (KMSActions c : KMSActions.values()) System.out.println(c);
public static KMSActions 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 getActionName()
Action
getActionName
in interface Action
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.