| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static LifecycleState |
LifecycleState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LifecycleState |
Instance.lifecycleState()
A description of the current lifecycle state.
|
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 |
|---|---|
static Set<LifecycleState> |
LifecycleState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.lifecycleState(LifecycleState lifecycleState)
A description of the current lifecycle state.
|
Copyright © 2023. All rights reserved.