Uses of Class
software.amazon.awssdk.services.autoscaling.model.DescribeWarmPoolResponse
-
Packages that use DescribeWarmPoolResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of DescribeWarmPoolResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DescribeWarmPoolResponse Modifier and Type Method Description default DescribeWarmPoolResponseAutoScalingClient. describeWarmPool(Consumer<DescribeWarmPoolRequest.Builder> describeWarmPoolRequest)Gets information about a warm pool and its instances.default DescribeWarmPoolResponseAutoScalingClient. describeWarmPool(DescribeWarmPoolRequest describeWarmPoolRequest)Gets information about a warm pool and its instances.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DescribeWarmPoolResponse Modifier and Type Method Description default CompletableFuture<DescribeWarmPoolResponse>AutoScalingAsyncClient. describeWarmPool(Consumer<DescribeWarmPoolRequest.Builder> describeWarmPoolRequest)Gets information about a warm pool and its instances.default CompletableFuture<DescribeWarmPoolResponse>AutoScalingAsyncClient. describeWarmPool(DescribeWarmPoolRequest describeWarmPoolRequest)Gets information about a warm pool and its instances. -
Uses of DescribeWarmPoolResponse in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type DescribeWarmPoolResponse Modifier and Type Method Description Iterator<DescribeWarmPoolResponse>DescribeWarmPoolIterable. iterator()Method parameters in software.amazon.awssdk.services.autoscaling.paginators with type arguments of type DescribeWarmPoolResponse Modifier and Type Method Description voidDescribeWarmPoolPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeWarmPoolResponse> subscriber)
-