| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
RefreshPreferences |
RefreshPreferences.clone() |
RefreshPreferences |
InstanceRefresh.getPreferences() |
RefreshPreferences |
StartInstanceRefreshRequest.getPreferences()
Set of preferences associated with the instance refresh request.
|
RefreshPreferences |
RefreshPreferences.withCheckpointDelay(Integer checkpointDelay)
The amount of time, in seconds, to wait after a checkpoint before continuing.
|
RefreshPreferences |
RefreshPreferences.withCheckpointPercentages(Collection<Integer> checkpointPercentages)
Threshold values for each checkpoint in ascending order.
|
RefreshPreferences |
RefreshPreferences.withCheckpointPercentages(Integer... checkpointPercentages)
Threshold values for each checkpoint in ascending order.
|
RefreshPreferences |
RefreshPreferences.withInstanceWarmup(Integer instanceWarmup)
Not needed if the default instance warmup is defined for the group.
|
RefreshPreferences |
RefreshPreferences.withMinHealthyPercentage(Integer minHealthyPercentage)
The amount of capacity in the Auto Scaling group that must pass your group's health checks to allow the operation
to continue.
|
RefreshPreferences |
RefreshPreferences.withSkipMatching(Boolean skipMatching)
A boolean value that indicates whether skip matching is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceRefresh.setPreferences(RefreshPreferences preferences) |
void |
StartInstanceRefreshRequest.setPreferences(RefreshPreferences preferences)
Set of preferences associated with the instance refresh request.
|
InstanceRefresh |
InstanceRefresh.withPreferences(RefreshPreferences preferences) |
StartInstanceRefreshRequest |
StartInstanceRefreshRequest.withPreferences(RefreshPreferences preferences)
Set of preferences associated with the instance refresh request.
|
Copyright © 2022. All rights reserved.