Enum ElasticBeanstalkActions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<ElasticBeanstalkActions>
,java.lang.constant.Constable
The available AWS access control policy actions for Elastic Beanstalk.
-
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 AbortEnvironmentUpdate operation.Represents any action executed on Elastic Beanstalk.Action for the ApplyEnvironmentManagedAction operation.Action for the CheckDNSAvailability operation.Action for the ComposeEnvironments operation.Action for the CreateApplication operation.Action for the CreateApplicationVersion operation.Action for the CreateConfigurationTemplate operation.Action for the CreateEnvironment operation.Action for the CreateStorageLocation operation.Action for the DeleteApplication operation.Action for the DeleteApplicationVersion operation.Action for the DeleteConfigurationTemplate operation.Action for the DeleteEnvironmentConfiguration operation.Action for the DescribeApplications operation.Action for the DescribeApplicationVersions operation.Action for the DescribeConfigurationOptions operation.Action for the DescribeConfigurationSettings operation.Action for the DescribeEnvironmentHealth operation.Action for the DescribeEnvironmentManagedActionHistory operation.Action for the DescribeEnvironmentManagedActions operation.Action for the DescribeEnvironmentResources operation.Action for the DescribeEnvironments operation.Action for the DescribeEvents operation.Action for the DescribeInstancesHealth operation.Action for the ListAvailableSolutionStacks operation.Action for the RebuildEnvironment operation.Action for the RequestEnvironmentInfo operation.Action for the RestartAppServer operation.Action for the RetrieveEnvironmentInfo operation.Action for the SwapEnvironmentCNAMEs operation.Action for the TerminateEnvironment operation.Action for the UpdateApplication operation.Action for the UpdateApplicationVersion operation.Action for the UpdateConfigurationTemplate operation.Action for the UpdateEnvironment operation.Action for the ValidateConfigurationSettings operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static ElasticBeanstalkActions
Returns the enum constant of this type with the specified name.static ElasticBeanstalkActions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AllElasticBeanstalkActions
Represents any action executed on Elastic Beanstalk. -
AbortEnvironmentUpdate
Action for the AbortEnvironmentUpdate operation. -
ApplyEnvironmentManagedAction
Action for the ApplyEnvironmentManagedAction operation. -
CheckDNSAvailability
Action for the CheckDNSAvailability operation. -
ComposeEnvironments
Action for the ComposeEnvironments operation. -
CreateApplication
Action for the CreateApplication operation. -
CreateApplicationVersion
Action for the CreateApplicationVersion operation. -
CreateConfigurationTemplate
Action for the CreateConfigurationTemplate operation. -
CreateEnvironment
Action for the CreateEnvironment operation. -
CreateStorageLocation
Action for the CreateStorageLocation operation. -
DeleteApplication
Action for the DeleteApplication operation. -
DeleteApplicationVersion
Action for the DeleteApplicationVersion operation. -
DeleteConfigurationTemplate
Action for the DeleteConfigurationTemplate operation. -
DeleteEnvironmentConfiguration
Action for the DeleteEnvironmentConfiguration operation. -
DescribeApplicationVersions
Action for the DescribeApplicationVersions operation. -
DescribeApplications
Action for the DescribeApplications operation. -
DescribeConfigurationOptions
Action for the DescribeConfigurationOptions operation. -
DescribeConfigurationSettings
Action for the DescribeConfigurationSettings operation. -
DescribeEnvironmentHealth
Action for the DescribeEnvironmentHealth operation. -
DescribeEnvironmentManagedActionHistory
Action for the DescribeEnvironmentManagedActionHistory operation. -
DescribeEnvironmentManagedActions
Action for the DescribeEnvironmentManagedActions operation. -
DescribeEnvironmentResources
Action for the DescribeEnvironmentResources operation. -
DescribeEnvironments
Action for the DescribeEnvironments operation. -
DescribeEvents
Action for the DescribeEvents operation. -
DescribeInstancesHealth
Action for the DescribeInstancesHealth operation. -
ListAvailableSolutionStacks
Action for the ListAvailableSolutionStacks operation. -
RebuildEnvironment
Action for the RebuildEnvironment operation. -
RequestEnvironmentInfo
Action for the RequestEnvironmentInfo operation. -
RestartAppServer
Action for the RestartAppServer operation. -
RetrieveEnvironmentInfo
Action for the RetrieveEnvironmentInfo operation. -
SwapEnvironmentCNAMEs
Action for the SwapEnvironmentCNAMEs operation. -
TerminateEnvironment
Action for the TerminateEnvironment operation. -
UpdateApplication
Action for the UpdateApplication operation. -
UpdateApplicationVersion
Action for the UpdateApplicationVersion operation. -
UpdateConfigurationTemplate
Action for the UpdateConfigurationTemplate operation. -
UpdateEnvironment
Action for the UpdateEnvironment operation. -
ValidateConfigurationSettings
Action for the ValidateConfigurationSettings 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.
-