| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| 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.
|
Copyright © 2023. All rights reserved.