@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum UpdateActionStatus extends Enum<UpdateActionStatus>
Enum Constant and Description |
---|
Complete |
InProgress |
NotApplicable |
NotApplied |
Scheduled |
Scheduling |
Stopped |
Stopping |
WaitingToStart |
Modifier and Type | Method and Description |
---|---|
static UpdateActionStatus |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static UpdateActionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateActionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateActionStatus NotApplied
public static final UpdateActionStatus WaitingToStart
public static final UpdateActionStatus InProgress
public static final UpdateActionStatus Stopping
public static final UpdateActionStatus Stopped
public static final UpdateActionStatus Complete
public static final UpdateActionStatus Scheduling
public static final UpdateActionStatus Scheduled
public static final UpdateActionStatus NotApplicable
public static UpdateActionStatus[] values()
for (UpdateActionStatus c : UpdateActionStatus.values()) System.out.println(c);
public static UpdateActionStatus 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 toString()
toString
in class Enum<UpdateActionStatus>
public static UpdateActionStatus fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.