Uses of Class
software.amazon.awssdk.services.autoscaling.model.AutoScalingInstanceDetails
-
Packages that use AutoScalingInstanceDetails Package Description software.amazon.awssdk.services.autoscaling.model software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of AutoScalingInstanceDetails in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type AutoScalingInstanceDetails Modifier and Type Method Description List<AutoScalingInstanceDetails>DescribeAutoScalingInstancesResponse. autoScalingInstances()The instances.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type AutoScalingInstanceDetails Modifier and Type Method Description DescribeAutoScalingInstancesResponse.BuilderDescribeAutoScalingInstancesResponse.Builder. autoScalingInstances(AutoScalingInstanceDetails... autoScalingInstances)The instances.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type AutoScalingInstanceDetails Modifier and Type Method Description DescribeAutoScalingInstancesResponse.BuilderDescribeAutoScalingInstancesResponse.Builder. autoScalingInstances(Collection<AutoScalingInstanceDetails> autoScalingInstances)The instances. -
Uses of AutoScalingInstanceDetails in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type AutoScalingInstanceDetails Modifier and Type Method Description SdkIterable<AutoScalingInstanceDetails>DescribeAutoScalingInstancesIterable. autoScalingInstances()Returns an iterable to iterate through the paginatedDescribeAutoScalingInstancesResponse.autoScalingInstances()member.SdkPublisher<AutoScalingInstanceDetails>DescribeAutoScalingInstancesPublisher. autoScalingInstances()Returns a publisher that can be used to get a stream of data.
-