| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceRefreshProgressDetails |
InstanceRefreshProgressDetails.clone() |
InstanceRefreshProgressDetails |
InstanceRefresh.getProgressDetails()
Additional progress details for an Auto Scaling group that has a warm pool.
|
InstanceRefreshProgressDetails |
InstanceRefreshProgressDetails.withLivePoolProgress(InstanceRefreshLivePoolProgress livePoolProgress)
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
|
InstanceRefreshProgressDetails |
InstanceRefreshProgressDetails.withWarmPoolProgress(InstanceRefreshWarmPoolProgress warmPoolProgress)
Indicates the progress of an instance refresh on instances that are in the warm pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceRefresh.setProgressDetails(InstanceRefreshProgressDetails progressDetails)
Additional progress details for an Auto Scaling group that has a warm pool.
|
InstanceRefresh |
InstanceRefresh.withProgressDetails(InstanceRefreshProgressDetails progressDetails)
Additional progress details for an Auto Scaling group that has a warm pool.
|
Copyright © 2023. All rights reserved.