| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
RollbackDetails |
RollbackDetails.clone() |
RollbackDetails |
InstanceRefresh.getRollbackDetails()
The rollback details.
|
RollbackDetails |
RollbackDetails.withInstancesToUpdateOnRollback(Integer instancesToUpdateOnRollback)
Indicates the value of
InstancesToUpdate at the time the rollback started. |
RollbackDetails |
RollbackDetails.withPercentageCompleteOnRollback(Integer percentageCompleteOnRollback)
Indicates the value of
PercentageComplete at the time the rollback started. |
RollbackDetails |
RollbackDetails.withProgressDetailsOnRollback(InstanceRefreshProgressDetails progressDetailsOnRollback)
Reports progress on replacing instances in an Auto Scaling group that has a warm pool.
|
RollbackDetails |
RollbackDetails.withRollbackReason(String rollbackReason)
The reason for this instance refresh rollback (for example, whether a manual or automatic rollback was
initiated).
|
RollbackDetails |
RollbackDetails.withRollbackStartTime(Date rollbackStartTime)
The date and time at which the rollback began.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceRefresh.setRollbackDetails(RollbackDetails rollbackDetails)
The rollback details.
|
InstanceRefresh |
InstanceRefresh.withRollbackDetails(RollbackDetails rollbackDetails)
The rollback details.
|
Copyright © 2025. All rights reserved.