Uses of Class
software.amazon.awssdk.services.autoscaling.model.Instance
-
Packages that use Instance Package Description software.amazon.awssdk.services.autoscaling.model software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of Instance in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>AutoScalingGroup. instances()The EC2 instances associated with the group.List<Instance>DescribeWarmPoolResponse. instances()The instances that are currently in the warm pool.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type Instance Modifier and Type Method Description AutoScalingGroup.BuilderAutoScalingGroup.Builder. instances(Instance... instances)The EC2 instances associated with the group.DescribeWarmPoolResponse.BuilderDescribeWarmPoolResponse.Builder. instances(Instance... instances)The instances that are currently in the warm pool.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type Instance Modifier and Type Method Description AutoScalingGroup.BuilderAutoScalingGroup.Builder. instances(Collection<Instance> instances)The EC2 instances associated with the group.DescribeWarmPoolResponse.BuilderDescribeWarmPoolResponse.Builder. instances(Collection<Instance> instances)The instances that are currently in the warm pool. -
Uses of Instance in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type Instance Modifier and Type Method Description SdkIterable<Instance>DescribeWarmPoolIterable. instances()Returns an iterable to iterate through the paginatedDescribeWarmPoolResponse.instances()member.SdkPublisher<Instance>DescribeWarmPoolPublisher. instances()Returns a publisher that can be used to get a stream of data.
-