public static enum ResizeJobFlowStep.OnFailure extends Enum<ResizeJobFlowStep.OnFailure>
Modifier and Type | Method and Description |
---|---|
static ResizeJobFlowStep.OnFailure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResizeJobFlowStep.OnFailure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResizeJobFlowStep.OnFailure Fail
public static final ResizeJobFlowStep.OnFailure Continue
public static ResizeJobFlowStep.OnFailure[] values()
for (ResizeJobFlowStep.OnFailure c : ResizeJobFlowStep.OnFailure.values()) System.out.println(c);
public static ResizeJobFlowStep.OnFailure 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 nullCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.