public enum ElasticMapReduceActions extends Enum<ElasticMapReduceActions> implements Action
Enum Constant and Description |
---|
AddInstanceGroups
Action for the AddInstanceGroups operation.
|
AddJobFlowSteps
Action for the AddJobFlowSteps operation.
|
AllElasticMapReduceActions
Represents any action executed on Amazon Elastic MapReduce.
|
DescribeJobFlows
Action for the DescribeJobFlows operation.
|
ModifyInstanceGroups
Action for the ModifyInstanceGroups operation.
|
RunJobFlow
Action for the RunJobFlow operation.
|
SetTerminationProtection
Action for the SetTerminationProtection operation.
|
TerminateJobFlows
Action for the TerminateJobFlows operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static ElasticMapReduceActions |
valueOf(String name)
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.
|
public static final ElasticMapReduceActions AllElasticMapReduceActions
public static final ElasticMapReduceActions AddInstanceGroups
public static final ElasticMapReduceActions AddJobFlowSteps
public static final ElasticMapReduceActions DescribeJobFlows
public static final ElasticMapReduceActions ModifyInstanceGroups
public static final ElasticMapReduceActions RunJobFlow
public static final ElasticMapReduceActions SetTerminationProtection
public static final ElasticMapReduceActions TerminateJobFlows
public static ElasticMapReduceActions[] values()
for (ElasticMapReduceActions c : ElasticMapReduceActions.values()) System.out.println(c);
public static ElasticMapReduceActions 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.