Serializable
, Comparable<KmsActions>
, Action
public enum KmsActions extends Enum<KmsActions> implements Action
Enum Constant | 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 | 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.