Enum ElasticMapReduceActions
- All Implemented Interfaces:
Action
,Serializable
,Comparable<ElasticMapReduceActions>
,java.lang.constant.Constable
The available AWS access control policy actions for Amazon EMR.
-
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 AddInstanceGroups operation.Action for the AddJobFlowSteps operation.Action for the AddTags operation.Represents any action executed on Amazon EMR.Action for the DescribeCluster operation.Action for the DescribeJobFlows operation.Action for the DescribeStep operation.Action for the ListBootstrapActions operation.Action for the ListClusters operation.Action for the ListInstanceGroups operation.Action for the ListInstances operation.Action for the ListSteps operation.Action for the ModifyInstanceGroups operation.Action for the RemoveTags operation.Action for the RunJobFlow operation.Action for the SetTerminationProtection operation.Action for the SetVisibleToAllUsers operation.Action for the TerminateJobFlows operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of this action.static ElasticMapReduceActions
Returns the enum constant of this type with the specified name.static ElasticMapReduceActions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AllElasticMapReduceActions
Represents any action executed on Amazon EMR. -
AddInstanceGroups
Action for the AddInstanceGroups operation. -
AddJobFlowSteps
Action for the AddJobFlowSteps operation. -
AddTags
Action for the AddTags operation. -
DescribeCluster
Action for the DescribeCluster operation. -
DescribeJobFlows
Action for the DescribeJobFlows operation. -
DescribeStep
Action for the DescribeStep operation. -
ListBootstrapActions
Action for the ListBootstrapActions operation. -
ListClusters
Action for the ListClusters operation. -
ListInstanceGroups
Action for the ListInstanceGroups operation. -
ListInstances
Action for the ListInstances operation. -
ListSteps
Action for the ListSteps operation. -
ModifyInstanceGroups
Action for the ModifyInstanceGroups operation. -
RemoveTags
Action for the RemoveTags operation. -
RunJobFlow
Action for the RunJobFlow operation. -
SetTerminationProtection
Action for the SetTerminationProtection operation. -
SetVisibleToAllUsers
Action for the SetVisibleToAllUsers operation. -
TerminateJobFlows
Action for the TerminateJobFlows 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.
-