| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
RefreshPreferences |
RefreshPreferences.clone() |
RefreshPreferences |
InstanceRefresh.getPreferences() |
RefreshPreferences |
StartInstanceRefreshRequest.getPreferences()
Sets your preferences for the instance refresh so that it performs as expected when you start it.
|
RefreshPreferences |
RefreshPreferences.withAutoRollback(Boolean autoRollback)
(Optional) Indicates whether to roll back the Auto Scaling group to its previous configuration if the instance
refresh fails.
|
RefreshPreferences |
RefreshPreferences.withCheckpointDelay(Integer checkpointDelay)
(Optional) The amount of time, in seconds, to wait after a checkpoint before continuing.
|
RefreshPreferences |
RefreshPreferences.withCheckpointPercentages(Collection<Integer> checkpointPercentages)
(Optional) Threshold values for each checkpoint in ascending order.
|
RefreshPreferences |
RefreshPreferences.withCheckpointPercentages(Integer... checkpointPercentages)
(Optional) Threshold values for each checkpoint in ascending order.
|
RefreshPreferences |
RefreshPreferences.withInstanceWarmup(Integer instanceWarmup)
A time period, in seconds, during which an instance refresh waits before moving on to replacing the next instance
after a new instance enters the
InService state. |
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.withScaleInProtectedInstances(ScaleInProtectedInstances scaleInProtectedInstances)
Choose the behavior that you want Amazon EC2 Auto Scaling to use if instances protected from scale in are found.
|
RefreshPreferences |
RefreshPreferences.withScaleInProtectedInstances(String scaleInProtectedInstances)
Choose the behavior that you want Amazon EC2 Auto Scaling to use if instances protected from scale in are found.
|
RefreshPreferences |
RefreshPreferences.withSkipMatching(Boolean skipMatching)
(Optional) Indicates whether skip matching is enabled.
|
RefreshPreferences |
RefreshPreferences.withStandbyInstances(StandbyInstances standbyInstances)
Choose the behavior that you want Amazon EC2 Auto Scaling to use if instances in
Standby state are
found. |
RefreshPreferences |
RefreshPreferences.withStandbyInstances(String standbyInstances)
Choose the behavior that you want Amazon EC2 Auto Scaling to use if instances in
Standby state are
found. |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceRefresh.setPreferences(RefreshPreferences preferences) |
void |
StartInstanceRefreshRequest.setPreferences(RefreshPreferences preferences)
Sets your preferences for the instance refresh so that it performs as expected when you start it.
|
InstanceRefresh |
InstanceRefresh.withPreferences(RefreshPreferences preferences) |
StartInstanceRefreshRequest |
StartInstanceRefreshRequest.withPreferences(RefreshPreferences preferences)
Sets your preferences for the instance refresh so that it performs as expected when you start it.
|
Copyright © 2023. All rights reserved.