public static enum Stack.StackDriftStatus extends Enum<Stack.StackDriftStatus>
Drift status of the stack. Drift refers to differences between the actual (current) state of the stack and the expected (defined) state of the stack.
Enum Constant and Description |
---|
Drifted |
InSync |
NotChecked |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Stack.StackDriftStatus |
create(String key) |
String |
getValue() |
static Stack.StackDriftStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stack.StackDriftStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stack.StackDriftStatus NotChecked
public static final Stack.StackDriftStatus InSync
public static final Stack.StackDriftStatus Drifted
public static final Stack.StackDriftStatus UnknownEnumValue
public static Stack.StackDriftStatus[] values()
for (Stack.StackDriftStatus c : Stack.StackDriftStatus.values()) System.out.println(c);
public static Stack.StackDriftStatus 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 getValue()
public static Stack.StackDriftStatus create(String key)
Copyright © 2016–2022. All rights reserved.