| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model | |
| software.amazon.awssdk.services.autoscaling.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
DescribeWarmPoolResponse.instances()
The instances that are currently in the warm pool.
|
List<Instance> |
AutoScalingGroup.instances()
The EC2 instances associated with the group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWarmPoolResponse.Builder |
DescribeWarmPoolResponse.Builder.instances(Instance... instances)
The instances that are currently in the warm pool.
|
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.instances(Instance... instances)
The EC2 instances associated with the group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWarmPoolResponse.Builder |
DescribeWarmPoolResponse.Builder.instances(Collection<Instance> instances)
The instances that are currently in the warm pool.
|
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.instances(Collection<Instance> instances)
The EC2 instances associated with the group.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Instance> |
DescribeWarmPoolIterable.instances()
Returns an iterable to iterate through the paginated
DescribeWarmPoolResponse.instances() member. |
SdkPublisher<Instance> |
DescribeWarmPoolPublisher.instances()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.