Serializable
, Comparable<ElastiCacheActions>
, Action
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public enum ElastiCacheActions extends Enum<ElastiCacheActions> implements Action
Enum Constant | Description |
---|---|
AddTagsToResource |
Action for the AddTagsToResource operation.
|
AllElastiCacheActions |
Represents any action executed on Amazon ElastiCache.
|
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.
|
TestFailover |
Action for the TestFailover operation.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getActionName() |
Returns the name of this action.
|
static ElastiCacheActions |
valueOf(String name) |
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.
|
public static final ElastiCacheActions AllElastiCacheActions
public static final ElastiCacheActions AddTagsToResource
public static final ElastiCacheActions AuthorizeCacheSecurityGroupIngress
public static final ElastiCacheActions CopySnapshot
public static final ElastiCacheActions CreateCacheCluster
public static final ElastiCacheActions CreateCacheParameterGroup
public static final ElastiCacheActions CreateCacheSecurityGroup
public static final ElastiCacheActions CreateCacheSubnetGroup
public static final ElastiCacheActions CreateReplicationGroup
public static final ElastiCacheActions CreateSnapshot
public static final ElastiCacheActions DeleteCacheCluster
public static final ElastiCacheActions DeleteCacheParameterGroup
public static final ElastiCacheActions DeleteCacheSecurityGroup
public static final ElastiCacheActions DeleteCacheSubnetGroup
public static final ElastiCacheActions DeleteReplicationGroup
public static final ElastiCacheActions DeleteSnapshot
public static final ElastiCacheActions DescribeCacheClusters
public static final ElastiCacheActions DescribeCacheEngineVersions
public static final ElastiCacheActions DescribeCacheParameterGroups
public static final ElastiCacheActions DescribeCacheParameters
public static final ElastiCacheActions DescribeCacheSecurityGroups
public static final ElastiCacheActions DescribeCacheSubnetGroups
public static final ElastiCacheActions DescribeEngineDefaultParameters
public static final ElastiCacheActions DescribeEvents
public static final ElastiCacheActions DescribeReplicationGroups
public static final ElastiCacheActions DescribeReservedCacheNodes
public static final ElastiCacheActions DescribeReservedCacheNodesOfferings
public static final ElastiCacheActions DescribeSnapshots
public static final ElastiCacheActions ListAllowedNodeTypeModifications
public static final ElastiCacheActions ListTagsForResource
public static final ElastiCacheActions ModifyCacheCluster
public static final ElastiCacheActions ModifyCacheParameterGroup
public static final ElastiCacheActions ModifyCacheSubnetGroup
public static final ElastiCacheActions ModifyReplicationGroup
public static final ElastiCacheActions PurchaseReservedCacheNodesOffering
public static final ElastiCacheActions RebootCacheCluster
public static final ElastiCacheActions RemoveTagsFromResource
public static final ElastiCacheActions ResetCacheParameterGroup
public static final ElastiCacheActions RevokeCacheSecurityGroupIngress
public static final ElastiCacheActions TestFailover
public static ElastiCacheActions[] values()
for (ElastiCacheActions c : ElastiCacheActions.values()) System.out.println(c);
public static ElastiCacheActions 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.