Enum RDSActions
- java.lang.Object
-
- java.lang.Enum<RDSActions>
-
- com.amazonaws.auth.policy.actions.RDSActions
-
- All Implemented Interfaces:
Action
,Serializable
,Comparable<RDSActions>
public enum RDSActions extends Enum<RDSActions> implements Action
The available AWS access control policy actions for Amazon RDS.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AddSourceIdentifierToSubscription
Action for the AddSourceIdentifierToSubscription operation.AddTagsToResource
Action for the AddTagsToResource operation.AllRDSActions
Represents any action executed on Amazon RDS.ApplyPendingMaintenanceAction
Action for the ApplyPendingMaintenanceAction operation.AuthorizeDBSecurityGroupIngress
Action for the AuthorizeDBSecurityGroupIngress operation.CopyDBClusterSnapshot
Action for the CopyDBClusterSnapshot operation.CopyDBParameterGroup
Action for the CopyDBParameterGroup operation.CopyDBSnapshot
Action for the CopyDBSnapshot operation.CopyOptionGroup
Action for the CopyOptionGroup operation.CreateDBCluster
Action for the CreateDBCluster operation.CreateDBClusterParameterGroup
Action for the CreateDBClusterParameterGroup operation.CreateDBClusterSnapshot
Action for the CreateDBClusterSnapshot 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.CreateDBSubnetGroup
Action for the CreateDBSubnetGroup operation.CreateEventSubscription
Action for the CreateEventSubscription operation.CreateOptionGroup
Action for the CreateOptionGroup operation.DeleteDBCluster
Action for the DeleteDBCluster operation.DeleteDBClusterParameterGroup
Action for the DeleteDBClusterParameterGroup operation.DeleteDBClusterSnapshot
Action for the DeleteDBClusterSnapshot 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.DeleteDBSubnetGroup
Action for the DeleteDBSubnetGroup operation.DeleteEventSubscription
Action for the DeleteEventSubscription operation.DeleteOptionGroup
Action for the DeleteOptionGroup operation.DescribeAccountAttributes
Action for the DescribeAccountAttributes operation.DescribeCertificates
Action for the DescribeCertificates operation.DescribeDBClusterParameterGroups
Action for the DescribeDBClusterParameterGroups operation.DescribeDBClusterParameters
Action for the DescribeDBClusterParameters operation.DescribeDBClusters
Action for the DescribeDBClusters operation.DescribeDBClusterSnapshots
Action for the DescribeDBClusterSnapshots operation.DescribeDBEngineVersions
Action for the DescribeDBEngineVersions operation.DescribeDBInstances
Action for the DescribeDBInstances operation.DescribeDBLogFiles
Action for the DescribeDBLogFiles operation.DescribeDBParameterGroups
Action for the DescribeDBParameterGroups operation.DescribeDBParameters
Action for the DescribeDBParameters operation.DescribeDBSecurityGroups
Action for the DescribeDBSecurityGroups operation.DescribeDBSnapshotAttributes
Action for the DescribeDBSnapshotAttributes operation.DescribeDBSnapshots
Action for the DescribeDBSnapshots operation.DescribeDBSubnetGroups
Action for the DescribeDBSubnetGroups operation.DescribeEngineDefaultClusterParameters
Action for the DescribeEngineDefaultClusterParameters operation.DescribeEngineDefaultParameters
Action for the DescribeEngineDefaultParameters operation.DescribeEventCategories
Action for the DescribeEventCategories operation.DescribeEvents
Action for the DescribeEvents operation.DescribeEventSubscriptions
Action for the DescribeEventSubscriptions operation.DescribeOptionGroupOptions
Action for the DescribeOptionGroupOptions operation.DescribeOptionGroups
Action for the DescribeOptionGroups operation.DescribeOrderableDBInstanceOptions
Action for the DescribeOrderableDBInstanceOptions operation.DescribePendingMaintenanceActions
Action for the DescribePendingMaintenanceActions operation.DescribeReservedDBInstances
Action for the DescribeReservedDBInstances operation.DescribeReservedDBInstancesOfferings
Action for the DescribeReservedDBInstancesOfferings operation.DownloadDBLogFilePortion
Action for the DownloadDBLogFilePortion operation.FailoverDBCluster
Action for the FailoverDBCluster operation.ListTagsForResource
Action for the ListTagsForResource operation.ModifyDBCluster
Action for the ModifyDBCluster operation.ModifyDBClusterParameterGroup
Action for the ModifyDBClusterParameterGroup operation.ModifyDBInstance
Action for the ModifyDBInstance operation.ModifyDBParameterGroup
Action for the ModifyDBParameterGroup operation.ModifyDBSnapshotAttribute
Action for the ModifyDBSnapshotAttribute operation.ModifyDBSubnetGroup
Action for the ModifyDBSubnetGroup operation.ModifyEventSubscription
Action for the ModifyEventSubscription operation.ModifyOptionGroup
Action for the ModifyOptionGroup operation.PromoteReadReplica
Action for the PromoteReadReplica operation.PurchaseReservedDBInstancesOffering
Action for the PurchaseReservedDBInstancesOffering operation.RebootDBInstance
Action for the RebootDBInstance operation.RemoveSourceIdentifierFromSubscription
Action for the RemoveSourceIdentifierFromSubscription operation.RemoveTagsFromResource
Action for the RemoveTagsFromResource operation.ResetDBClusterParameterGroup
Action for the ResetDBClusterParameterGroup operation.ResetDBParameterGroup
Action for the ResetDBParameterGroup operation.RestoreDBClusterFromSnapshot
Action for the RestoreDBClusterFromSnapshot operation.RestoreDBClusterToPointInTime
Action for the RestoreDBClusterToPointInTime operation.RestoreDBInstanceFromDBSnapshot
Action for the RestoreDBInstanceFromDBSnapshot operation.RestoreDBInstanceToPointInTime
Action for the RestoreDBInstanceToPointInTime operation.RevokeDBSecurityGroupIngress
Action for the RevokeDBSecurityGroupIngress operation.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
AllRDSActions
public static final RDSActions AllRDSActions
Represents any action executed on Amazon RDS.
-
AddSourceIdentifierToSubscription
public static final RDSActions AddSourceIdentifierToSubscription
Action for the AddSourceIdentifierToSubscription operation.
-
AddTagsToResource
public static final RDSActions AddTagsToResource
Action for the AddTagsToResource operation.
-
ApplyPendingMaintenanceAction
public static final RDSActions ApplyPendingMaintenanceAction
Action for the ApplyPendingMaintenanceAction operation.
-
AuthorizeDBSecurityGroupIngress
public static final RDSActions AuthorizeDBSecurityGroupIngress
Action for the AuthorizeDBSecurityGroupIngress operation.
-
CopyDBClusterSnapshot
public static final RDSActions CopyDBClusterSnapshot
Action for the CopyDBClusterSnapshot operation.
-
CopyDBParameterGroup
public static final RDSActions CopyDBParameterGroup
Action for the CopyDBParameterGroup operation.
-
CopyDBSnapshot
public static final RDSActions CopyDBSnapshot
Action for the CopyDBSnapshot operation.
-
CopyOptionGroup
public static final RDSActions CopyOptionGroup
Action for the CopyOptionGroup operation.
-
CreateDBCluster
public static final RDSActions CreateDBCluster
Action for the CreateDBCluster operation.
-
CreateDBClusterParameterGroup
public static final RDSActions CreateDBClusterParameterGroup
Action for the CreateDBClusterParameterGroup operation.
-
CreateDBClusterSnapshot
public static final RDSActions CreateDBClusterSnapshot
Action for the CreateDBClusterSnapshot operation.
-
CreateDBInstance
public static final RDSActions CreateDBInstance
Action for the CreateDBInstance operation.
-
CreateDBInstanceReadReplica
public static final RDSActions CreateDBInstanceReadReplica
Action for the CreateDBInstanceReadReplica operation.
-
CreateDBParameterGroup
public static final RDSActions CreateDBParameterGroup
Action for the CreateDBParameterGroup operation.
-
CreateDBSecurityGroup
public static final RDSActions CreateDBSecurityGroup
Action for the CreateDBSecurityGroup operation.
-
CreateDBSnapshot
public static final RDSActions CreateDBSnapshot
Action for the CreateDBSnapshot operation.
-
CreateDBSubnetGroup
public static final RDSActions CreateDBSubnetGroup
Action for the CreateDBSubnetGroup operation.
-
CreateEventSubscription
public static final RDSActions CreateEventSubscription
Action for the CreateEventSubscription operation.
-
CreateOptionGroup
public static final RDSActions CreateOptionGroup
Action for the CreateOptionGroup operation.
-
DeleteDBCluster
public static final RDSActions DeleteDBCluster
Action for the DeleteDBCluster operation.
-
DeleteDBClusterParameterGroup
public static final RDSActions DeleteDBClusterParameterGroup
Action for the DeleteDBClusterParameterGroup operation.
-
DeleteDBClusterSnapshot
public static final RDSActions DeleteDBClusterSnapshot
Action for the DeleteDBClusterSnapshot operation.
-
DeleteDBInstance
public static final RDSActions DeleteDBInstance
Action for the DeleteDBInstance operation.
-
DeleteDBParameterGroup
public static final RDSActions DeleteDBParameterGroup
Action for the DeleteDBParameterGroup operation.
-
DeleteDBSecurityGroup
public static final RDSActions DeleteDBSecurityGroup
Action for the DeleteDBSecurityGroup operation.
-
DeleteDBSnapshot
public static final RDSActions DeleteDBSnapshot
Action for the DeleteDBSnapshot operation.
-
DeleteDBSubnetGroup
public static final RDSActions DeleteDBSubnetGroup
Action for the DeleteDBSubnetGroup operation.
-
DeleteEventSubscription
public static final RDSActions DeleteEventSubscription
Action for the DeleteEventSubscription operation.
-
DeleteOptionGroup
public static final RDSActions DeleteOptionGroup
Action for the DeleteOptionGroup operation.
-
DescribeAccountAttributes
public static final RDSActions DescribeAccountAttributes
Action for the DescribeAccountAttributes operation.
-
DescribeCertificates
public static final RDSActions DescribeCertificates
Action for the DescribeCertificates operation.
-
DescribeDBClusterParameterGroups
public static final RDSActions DescribeDBClusterParameterGroups
Action for the DescribeDBClusterParameterGroups operation.
-
DescribeDBClusterParameters
public static final RDSActions DescribeDBClusterParameters
Action for the DescribeDBClusterParameters operation.
-
DescribeDBClusterSnapshots
public static final RDSActions DescribeDBClusterSnapshots
Action for the DescribeDBClusterSnapshots operation.
-
DescribeDBClusters
public static final RDSActions DescribeDBClusters
Action for the DescribeDBClusters operation.
-
DescribeDBEngineVersions
public static final RDSActions DescribeDBEngineVersions
Action for the DescribeDBEngineVersions operation.
-
DescribeDBInstances
public static final RDSActions DescribeDBInstances
Action for the DescribeDBInstances operation.
-
DescribeDBLogFiles
public static final RDSActions DescribeDBLogFiles
Action for the DescribeDBLogFiles operation.
-
DescribeDBParameterGroups
public static final RDSActions DescribeDBParameterGroups
Action for the DescribeDBParameterGroups operation.
-
DescribeDBParameters
public static final RDSActions DescribeDBParameters
Action for the DescribeDBParameters operation.
-
DescribeDBSecurityGroups
public static final RDSActions DescribeDBSecurityGroups
Action for the DescribeDBSecurityGroups operation.
-
DescribeDBSnapshotAttributes
public static final RDSActions DescribeDBSnapshotAttributes
Action for the DescribeDBSnapshotAttributes operation.
-
DescribeDBSnapshots
public static final RDSActions DescribeDBSnapshots
Action for the DescribeDBSnapshots operation.
-
DescribeDBSubnetGroups
public static final RDSActions DescribeDBSubnetGroups
Action for the DescribeDBSubnetGroups operation.
-
DescribeEngineDefaultClusterParameters
public static final RDSActions DescribeEngineDefaultClusterParameters
Action for the DescribeEngineDefaultClusterParameters operation.
-
DescribeEngineDefaultParameters
public static final RDSActions DescribeEngineDefaultParameters
Action for the DescribeEngineDefaultParameters operation.
-
DescribeEventCategories
public static final RDSActions DescribeEventCategories
Action for the DescribeEventCategories operation.
-
DescribeEventSubscriptions
public static final RDSActions DescribeEventSubscriptions
Action for the DescribeEventSubscriptions operation.
-
DescribeEvents
public static final RDSActions DescribeEvents
Action for the DescribeEvents operation.
-
DescribeOptionGroupOptions
public static final RDSActions DescribeOptionGroupOptions
Action for the DescribeOptionGroupOptions operation.
-
DescribeOptionGroups
public static final RDSActions DescribeOptionGroups
Action for the DescribeOptionGroups operation.
-
DescribeOrderableDBInstanceOptions
public static final RDSActions DescribeOrderableDBInstanceOptions
Action for the DescribeOrderableDBInstanceOptions operation.
-
DescribePendingMaintenanceActions
public static final RDSActions DescribePendingMaintenanceActions
Action for the DescribePendingMaintenanceActions operation.
-
DescribeReservedDBInstances
public static final RDSActions DescribeReservedDBInstances
Action for the DescribeReservedDBInstances operation.
-
DescribeReservedDBInstancesOfferings
public static final RDSActions DescribeReservedDBInstancesOfferings
Action for the DescribeReservedDBInstancesOfferings operation.
-
DownloadDBLogFilePortion
public static final RDSActions DownloadDBLogFilePortion
Action for the DownloadDBLogFilePortion operation.
-
FailoverDBCluster
public static final RDSActions FailoverDBCluster
Action for the FailoverDBCluster operation.
-
ListTagsForResource
public static final RDSActions ListTagsForResource
Action for the ListTagsForResource operation.
-
ModifyDBCluster
public static final RDSActions ModifyDBCluster
Action for the ModifyDBCluster operation.
-
ModifyDBClusterParameterGroup
public static final RDSActions ModifyDBClusterParameterGroup
Action for the ModifyDBClusterParameterGroup operation.
-
ModifyDBInstance
public static final RDSActions ModifyDBInstance
Action for the ModifyDBInstance operation.
-
ModifyDBParameterGroup
public static final RDSActions ModifyDBParameterGroup
Action for the ModifyDBParameterGroup operation.
-
ModifyDBSnapshotAttribute
public static final RDSActions ModifyDBSnapshotAttribute
Action for the ModifyDBSnapshotAttribute operation.
-
ModifyDBSubnetGroup
public static final RDSActions ModifyDBSubnetGroup
Action for the ModifyDBSubnetGroup operation.
-
ModifyEventSubscription
public static final RDSActions ModifyEventSubscription
Action for the ModifyEventSubscription operation.
-
ModifyOptionGroup
public static final RDSActions ModifyOptionGroup
Action for the ModifyOptionGroup operation.
-
PromoteReadReplica
public static final RDSActions PromoteReadReplica
Action for the PromoteReadReplica operation.
-
PurchaseReservedDBInstancesOffering
public static final RDSActions PurchaseReservedDBInstancesOffering
Action for the PurchaseReservedDBInstancesOffering operation.
-
RebootDBInstance
public static final RDSActions RebootDBInstance
Action for the RebootDBInstance operation.
-
RemoveSourceIdentifierFromSubscription
public static final RDSActions RemoveSourceIdentifierFromSubscription
Action for the RemoveSourceIdentifierFromSubscription operation.
-
RemoveTagsFromResource
public static final RDSActions RemoveTagsFromResource
Action for the RemoveTagsFromResource operation.
-
ResetDBClusterParameterGroup
public static final RDSActions ResetDBClusterParameterGroup
Action for the ResetDBClusterParameterGroup operation.
-
ResetDBParameterGroup
public static final RDSActions ResetDBParameterGroup
Action for the ResetDBParameterGroup operation.
-
RestoreDBClusterFromSnapshot
public static final RDSActions RestoreDBClusterFromSnapshot
Action for the RestoreDBClusterFromSnapshot operation.
-
RestoreDBClusterToPointInTime
public static final RDSActions RestoreDBClusterToPointInTime
Action for the RestoreDBClusterToPointInTime operation.
-
RestoreDBInstanceFromDBSnapshot
public static final RDSActions RestoreDBInstanceFromDBSnapshot
Action for the RestoreDBInstanceFromDBSnapshot operation.
-
RestoreDBInstanceToPointInTime
public static final RDSActions RestoreDBInstanceToPointInTime
Action for the RestoreDBInstanceToPointInTime operation.
-
RevokeDBSecurityGroupIngress
public static final RDSActions RevokeDBSecurityGroupIngress
Action for the RevokeDBSecurityGroupIngress operation.
-
-
Method Detail
-
values
public static RDSActions[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RDSActions c : RDSActions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RDSActions valueOf(String name)
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
public String 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.
-
-