public enum RDSActions extends Enum<RDSActions> implements Action
Enum Constant and Description |
---|
AllRDSActions
Represents any action executed on Amazon RDS.
|
AuthorizeDBSecurityGroupIngress
Action for the AuthorizeDBSecurityGroupIngress operation.
|
CreateDBInstance
Action for the CreateDBInstance operation.
|
CreateDBInstanceReadReplica
Action for the CreateDBInstanceReadReplica operation.
|
CreateDBParameterGroup
Action for the CreateDBParameterGroup operation.
|
CreateDBSecurityGroup
Action for the CreateDBSecurityGroup operation.
|
CreateDBSnapshot
Action for the CreateDBSnapshot operation.
|
DeleteDBInstance
Action for the DeleteDBInstance operation.
|
DeleteDBParameterGroup
Action for the DeleteDBParameterGroup operation.
|
DeleteDBSecurityGroup
Action for the DeleteDBSecurityGroup operation.
|
DeleteDBSnapshot
Action for the DeleteDBSnapshot operation.
|
DescribeDBEngineVersions
Action for the DescribeDBEngineVersions operation.
|
DescribeDBInstances
Action for the DescribeDBInstances operation.
|
DescribeDBParameterGroups
Action for the DescribeDBParameterGroups operation.
|
DescribeDBParameters
Action for the DescribeDBParameters operation.
|
DescribeDBSecurityGroups
Action for the DescribeDBSecurityGroups operation.
|
DescribeDBSnapshots
Action for the DescribeDBSnapshots operation.
|
DescribeEngineDefaultParameters
Action for the DescribeEngineDefaultParameters operation.
|
DescribeEvents
Action for the DescribeEvents operation.
|
DescribeReservedDBInstances
Action for the DescribeReservedDBInstances operation.
|
DescribeReservedDBInstancesOfferings
Action for the DescribeReservedDBInstancesOfferings operation.
|
ListTagsForResource
Action for the ListTagsForResource operation.
|
ModifyDBInstance
Action for the ModifyDBInstance operation.
|
ModifyDBParameterGroup
Action for the ModifyDBParameterGroup operation.
|
PurchaseReservedDBInstancesOffering
Action for the PurchaseReservedDBInstancesOffering operation.
|
RebootDBInstance
Action for the RebootDBInstance operation.
|
ResetDBParameterGroup
Action for the ResetDBParameterGroup operation.
|
RestoreDBInstanceFromDBSnapshot
Action for the RestoreDBInstanceFromDBSnapshot operation.
|
RestoreDBInstanceToPointInTime
Action for the RestoreDBInstanceToPointInTime operation.
|
RevokeDBSecurityGroupIngress
Action for the RevokeDBSecurityGroupIngress operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static RDSActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDSActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDSActions AllRDSActions
public static final RDSActions AuthorizeDBSecurityGroupIngress
public static final RDSActions CreateDBInstance
public static final RDSActions CreateDBInstanceReadReplica
public static final RDSActions CreateDBParameterGroup
public static final RDSActions CreateDBSecurityGroup
public static final RDSActions CreateDBSnapshot
public static final RDSActions DeleteDBInstance
public static final RDSActions DeleteDBParameterGroup
public static final RDSActions DeleteDBSecurityGroup
public static final RDSActions DeleteDBSnapshot
public static final RDSActions DescribeDBEngineVersions
public static final RDSActions DescribeDBInstances
public static final RDSActions DescribeDBParameterGroups
public static final RDSActions DescribeDBParameters
public static final RDSActions DescribeDBSecurityGroups
public static final RDSActions DescribeDBSnapshots
public static final RDSActions DescribeEngineDefaultParameters
public static final RDSActions DescribeEvents
public static final RDSActions DescribeReservedDBInstances
public static final RDSActions DescribeReservedDBInstancesOfferings
public static final RDSActions ListTagsForResource
public static final RDSActions ModifyDBInstance
public static final RDSActions ModifyDBParameterGroup
public static final RDSActions PurchaseReservedDBInstancesOffering
public static final RDSActions RebootDBInstance
public static final RDSActions ResetDBParameterGroup
public static final RDSActions RestoreDBInstanceFromDBSnapshot
public static final RDSActions RestoreDBInstanceToPointInTime
public static final RDSActions RevokeDBSecurityGroupIngress
public static RDSActions[] values()
for (RDSActions c : RDSActions.values()) System.out.println(c);
public static RDSActions 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.