Enum ElastiCacheActions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<ElastiCacheActions>
,java.lang.constant.Constable
The available AWS access control policy actions for Amazon ElastiCache.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAction for the AddTagsToResource operation.Represents any action executed on Amazon ElastiCache.Action for the AuthorizeCacheSecurityGroupIngress operation.Action for the CopySnapshot operation.Action for the CreateCacheCluster operation.Action for the CreateCacheParameterGroup operation.Action for the CreateCacheSecurityGroup operation.Action for the CreateCacheSubnetGroup operation.Action for the CreateReplicationGroup operation.Action for the CreateSnapshot operation.Action for the DeleteCacheCluster operation.Action for the DeleteCacheParameterGroup operation.Action for the DeleteCacheSecurityGroup operation.Action for the DeleteCacheSubnetGroup operation.Action for the DeleteReplicationGroup operation.Action for the DeleteSnapshot operation.Action for the DescribeCacheClusters operation.Action for the DescribeCacheEngineVersions operation.Action for the DescribeCacheParameterGroups operation.Action for the DescribeCacheParameters operation.Action for the DescribeCacheSecurityGroups operation.Action for the DescribeCacheSubnetGroups operation.Action for the DescribeEngineDefaultParameters operation.Action for the DescribeEvents operation.Action for the DescribeReplicationGroups operation.Action for the DescribeReservedCacheNodes operation.Action for the DescribeReservedCacheNodesOfferings operation.Action for the DescribeSnapshots operation.Action for the ListAllowedNodeTypeModifications operation.Action for the ListTagsForResource operation.Action for the ModifyCacheCluster operation.Action for the ModifyCacheParameterGroup operation.Action for the ModifyCacheSubnetGroup operation.Action for the ModifyReplicationGroup operation.Action for the PurchaseReservedCacheNodesOffering operation.Action for the RebootCacheCluster operation.Action for the RemoveTagsFromResource operation.Action for the ResetCacheParameterGroup operation.Action for the RevokeCacheSecurityGroupIngress operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static ElastiCacheActions
Returns the enum constant of this type with the specified name.static ElastiCacheActions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AllElastiCacheActions
Represents any action executed on Amazon ElastiCache. -
AddTagsToResource
Action for the AddTagsToResource operation. -
AuthorizeCacheSecurityGroupIngress
Action for the AuthorizeCacheSecurityGroupIngress operation. -
CopySnapshot
Action for the CopySnapshot operation. -
CreateCacheCluster
Action for the CreateCacheCluster operation. -
CreateCacheParameterGroup
Action for the CreateCacheParameterGroup operation. -
CreateCacheSecurityGroup
Action for the CreateCacheSecurityGroup operation. -
CreateCacheSubnetGroup
Action for the CreateCacheSubnetGroup operation. -
CreateReplicationGroup
Action for the CreateReplicationGroup operation. -
CreateSnapshot
Action for the CreateSnapshot operation. -
DeleteCacheCluster
Action for the DeleteCacheCluster operation. -
DeleteCacheParameterGroup
Action for the DeleteCacheParameterGroup operation. -
DeleteCacheSecurityGroup
Action for the DeleteCacheSecurityGroup operation. -
DeleteCacheSubnetGroup
Action for the DeleteCacheSubnetGroup operation. -
DeleteReplicationGroup
Action for the DeleteReplicationGroup operation. -
DeleteSnapshot
Action for the DeleteSnapshot operation. -
DescribeCacheClusters
Action for the DescribeCacheClusters operation. -
DescribeCacheEngineVersions
Action for the DescribeCacheEngineVersions operation. -
DescribeCacheParameterGroups
Action for the DescribeCacheParameterGroups operation. -
DescribeCacheParameters
Action for the DescribeCacheParameters operation. -
DescribeCacheSecurityGroups
Action for the DescribeCacheSecurityGroups operation. -
DescribeCacheSubnetGroups
Action for the DescribeCacheSubnetGroups operation. -
DescribeEngineDefaultParameters
Action for the DescribeEngineDefaultParameters operation. -
DescribeEvents
Action for the DescribeEvents operation. -
DescribeReplicationGroups
Action for the DescribeReplicationGroups operation. -
DescribeReservedCacheNodes
Action for the DescribeReservedCacheNodes operation. -
DescribeReservedCacheNodesOfferings
Action for the DescribeReservedCacheNodesOfferings operation. -
DescribeSnapshots
Action for the DescribeSnapshots operation. -
ListAllowedNodeTypeModifications
Action for the ListAllowedNodeTypeModifications operation. -
ListTagsForResource
Action for the ListTagsForResource operation. -
ModifyCacheCluster
Action for the ModifyCacheCluster operation. -
ModifyCacheParameterGroup
Action for the ModifyCacheParameterGroup operation. -
ModifyCacheSubnetGroup
Action for the ModifyCacheSubnetGroup operation. -
ModifyReplicationGroup
Action for the ModifyReplicationGroup operation. -
PurchaseReservedCacheNodesOffering
Action for the PurchaseReservedCacheNodesOffering operation. -
RebootCacheCluster
Action for the RebootCacheCluster operation. -
RemoveTagsFromResource
Action for the RemoveTagsFromResource operation. -
ResetCacheParameterGroup
Action for the ResetCacheParameterGroup operation. -
RevokeCacheSecurityGroupIngress
Action for the RevokeCacheSecurityGroupIngress operation.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getActionName
Description copied from interface:Action
Returns the name of this action. For example, 'sqs:SendMessage' is the name corresponding to the SQS action that enables users to send a message to an SQS queue.- Specified by:
getActionName
in interfaceAction
- Returns:
- The name of this action.
-