| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceRefresh> |
DescribeInstanceRefreshesResponse.instanceRefreshes()
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceRefreshesResponse.Builder |
DescribeInstanceRefreshesResponse.Builder.instanceRefreshes(InstanceRefresh... instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceRefreshesResponse.Builder |
DescribeInstanceRefreshesResponse.Builder.instanceRefreshes(Collection<InstanceRefresh> instanceRefreshes)
The instance refreshes for the specified group, sorted by creation timestamp in descending order.
|
Copyright © 2023. All rights reserved.