Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.fromValue(String value)
Use this in place of valueOf.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setLifecycleState(LifecycleState lifecycleState)
A description of the current lifecycle state.
|
Instance |
Instance.withLifecycleState(LifecycleState lifecycleState)
A description of the current lifecycle state.
|
Copyright © 2018. All rights reserved.