Uses of Class
software.amazon.awssdk.services.autoscaling.model.InstanceCollection
-
Packages that use InstanceCollection Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of InstanceCollection in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type InstanceCollection Modifier and Type Method Description List<InstanceCollection>LaunchInstancesResponse. instances()A list of successfully launched instances including details such as instance type, Availability Zone, subnet, lifecycle state, and instance IDs.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type InstanceCollection Modifier and Type Method Description LaunchInstancesResponse.BuilderLaunchInstancesResponse.Builder. instances(InstanceCollection... instances)A list of successfully launched instances including details such as instance type, Availability Zone, subnet, lifecycle state, and instance IDs.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type InstanceCollection Modifier and Type Method Description LaunchInstancesResponse.BuilderLaunchInstancesResponse.Builder. instances(Collection<InstanceCollection> instances)A list of successfully launched instances including details such as instance type, Availability Zone, subnet, lifecycle state, and instance IDs.
-