| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceRefreshProgressDetails.Builder |
InstanceRefreshProgressDetails.builder() |
default InstanceRefreshProgressDetails.Builder |
InstanceRefreshProgressDetails.Builder.livePoolProgress(Consumer<InstanceRefreshLivePoolProgress.Builder> livePoolProgress)
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
|
InstanceRefreshProgressDetails.Builder |
InstanceRefreshProgressDetails.Builder.livePoolProgress(InstanceRefreshLivePoolProgress livePoolProgress)
Indicates the progress of an instance refresh on instances that are in the Auto Scaling group.
|
InstanceRefreshProgressDetails.Builder |
InstanceRefreshProgressDetails.toBuilder() |
default InstanceRefreshProgressDetails.Builder |
InstanceRefreshProgressDetails.Builder.warmPoolProgress(Consumer<InstanceRefreshWarmPoolProgress.Builder> warmPoolProgress)
Indicates the progress of an instance refresh on instances that are in the warm pool.
|
InstanceRefreshProgressDetails.Builder |
InstanceRefreshProgressDetails.Builder.warmPoolProgress(InstanceRefreshWarmPoolProgress warmPoolProgress)
Indicates the progress of an instance refresh on instances that are in the warm pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceRefreshProgressDetails.Builder> |
InstanceRefreshProgressDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceRefresh.Builder |
InstanceRefresh.Builder.progressDetails(Consumer<InstanceRefreshProgressDetails.Builder> progressDetails)
Additional progress details for an Auto Scaling group that has a warm pool.
|
Copyright © 2022. All rights reserved.