public enum RedshiftActions extends Enum<RedshiftActions> implements Action
Enum Constant and Description |
---|
AllRedshiftActions
Represents any action executed on Amazon Redshift.
|
AuthorizeClusterSecurityGroupIngress
Action for the AuthorizeClusterSecurityGroupIngress operation.
|
CopyClusterSnapshot
Action for the CopyClusterSnapshot operation.
|
CreateCluster
Action for the CreateCluster operation.
|
CreateClusterParameterGroup
Action for the CreateClusterParameterGroup operation.
|
CreateClusterSecurityGroup
Action for the CreateClusterSecurityGroup operation.
|
CreateClusterSnapshot
Action for the CreateClusterSnapshot operation.
|
CreateClusterSubnetGroup
Action for the CreateClusterSubnetGroup operation.
|
DeleteCluster
Action for the DeleteCluster operation.
|
DeleteClusterParameterGroup
Action for the DeleteClusterParameterGroup operation.
|
DeleteClusterSecurityGroup
Action for the DeleteClusterSecurityGroup operation.
|
DeleteClusterSnapshot
Action for the DeleteClusterSnapshot operation.
|
DeleteClusterSubnetGroup
Action for the DeleteClusterSubnetGroup operation.
|
DescribeClusterParameterGroups
Action for the DescribeClusterParameterGroups operation.
|
DescribeClusterParameters
Action for the DescribeClusterParameters operation.
|
DescribeClusters
Action for the DescribeClusters operation.
|
DescribeClusterSecurityGroups
Action for the DescribeClusterSecurityGroups operation.
|
DescribeClusterSnapshots
Action for the DescribeClusterSnapshots operation.
|
DescribeClusterSubnetGroups
Action for the DescribeClusterSubnetGroups operation.
|
DescribeClusterVersions
Action for the DescribeClusterVersions operation.
|
DescribeDefaultClusterParameters
Action for the DescribeDefaultClusterParameters operation.
|
DescribeEvents
Action for the DescribeEvents operation.
|
DescribeOrderableClusterOptions
Action for the DescribeOrderableClusterOptions operation.
|
DescribeReservedNodeOfferings
Action for the DescribeReservedNodeOfferings operation.
|
DescribeReservedNodes
Action for the DescribeReservedNodes operation.
|
DescribeResize
Action for the DescribeResize operation.
|
ModifyCluster
Action for the ModifyCluster operation.
|
ModifyClusterParameterGroup
Action for the ModifyClusterParameterGroup operation.
|
ModifyClusterSubnetGroup
Action for the ModifyClusterSubnetGroup operation.
|
PurchaseReservedNodeOffering
Action for the PurchaseReservedNodeOffering operation.
|
RebootCluster
Action for the RebootCluster operation.
|
ResetClusterParameterGroup
Action for the ResetClusterParameterGroup operation.
|
RestoreFromClusterSnapshot
Action for the RestoreFromClusterSnapshot operation.
|
RevokeClusterSecurityGroupIngress
Action for the RevokeClusterSecurityGroupIngress operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static RedshiftActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedshiftActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RedshiftActions AllRedshiftActions
public static final RedshiftActions AuthorizeClusterSecurityGroupIngress
public static final RedshiftActions CopyClusterSnapshot
public static final RedshiftActions CreateCluster
public static final RedshiftActions CreateClusterParameterGroup
public static final RedshiftActions CreateClusterSecurityGroup
public static final RedshiftActions CreateClusterSnapshot
public static final RedshiftActions CreateClusterSubnetGroup
public static final RedshiftActions DeleteCluster
public static final RedshiftActions DeleteClusterParameterGroup
public static final RedshiftActions DeleteClusterSecurityGroup
public static final RedshiftActions DeleteClusterSnapshot
public static final RedshiftActions DeleteClusterSubnetGroup
public static final RedshiftActions DescribeClusterParameterGroups
public static final RedshiftActions DescribeClusterParameters
public static final RedshiftActions DescribeClusterSecurityGroups
public static final RedshiftActions DescribeClusterSnapshots
public static final RedshiftActions DescribeClusterSubnetGroups
public static final RedshiftActions DescribeClusterVersions
public static final RedshiftActions DescribeClusters
public static final RedshiftActions DescribeDefaultClusterParameters
public static final RedshiftActions DescribeEvents
public static final RedshiftActions DescribeOrderableClusterOptions
public static final RedshiftActions DescribeReservedNodeOfferings
public static final RedshiftActions DescribeReservedNodes
public static final RedshiftActions DescribeResize
public static final RedshiftActions ModifyCluster
public static final RedshiftActions ModifyClusterParameterGroup
public static final RedshiftActions ModifyClusterSubnetGroup
public static final RedshiftActions PurchaseReservedNodeOffering
public static final RedshiftActions RebootCluster
public static final RedshiftActions ResetClusterParameterGroup
public static final RedshiftActions RestoreFromClusterSnapshot
public static final RedshiftActions RevokeClusterSecurityGroupIngress
public static RedshiftActions[] values()
for (RedshiftActions c : RedshiftActions.values()) System.out.println(c);
public static RedshiftActions 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.