| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static WarmPoolState |
WarmPoolState.fromValue(String value)
Use this in place of valueOf.
|
static WarmPoolState |
WarmPoolState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WarmPoolState[] |
WarmPoolState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PutWarmPoolRequest |
PutWarmPoolRequest.withPoolState(WarmPoolState poolState)
Sets the instance state to transition to after the lifecycle actions are complete.
|
WarmPoolConfiguration |
WarmPoolConfiguration.withPoolState(WarmPoolState poolState)
The instance state to transition to after the lifecycle actions are complete.
|
Copyright © 2025. All rights reserved.