| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static WarmPoolState |
WarmPoolState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WarmPoolState |
PutWarmPoolRequest.poolState()
Sets the instance state to transition to after the lifecycle actions are complete.
|
WarmPoolState |
WarmPoolConfiguration.poolState()
The instance state to transition to after the lifecycle actions are complete.
|
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 |
|---|---|
static Set<WarmPoolState> |
WarmPoolState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutWarmPoolRequest.Builder |
PutWarmPoolRequest.Builder.poolState(WarmPoolState poolState)
Sets the instance state to transition to after the lifecycle actions are complete.
|
WarmPoolConfiguration.Builder |
WarmPoolConfiguration.Builder.poolState(WarmPoolState poolState)
The instance state to transition to after the lifecycle actions are complete.
|
Copyright © 2022. All rights reserved.