Uses of Class
software.amazon.awssdk.services.autoscaling.model.DescribeInstanceRefreshesResponse
-
Packages that use DescribeInstanceRefreshesResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of DescribeInstanceRefreshesResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DescribeInstanceRefreshesResponse Modifier and Type Method Description default DescribeInstanceRefreshesResponseAutoScalingClient. describeInstanceRefreshes(Consumer<DescribeInstanceRefreshesRequest.Builder> describeInstanceRefreshesRequest)Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks.default DescribeInstanceRefreshesResponseAutoScalingClient. describeInstanceRefreshes(DescribeInstanceRefreshesRequest describeInstanceRefreshesRequest)Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DescribeInstanceRefreshesResponse Modifier and Type Method Description default CompletableFuture<DescribeInstanceRefreshesResponse>AutoScalingAsyncClient. describeInstanceRefreshes(Consumer<DescribeInstanceRefreshesRequest.Builder> describeInstanceRefreshesRequest)Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks.default CompletableFuture<DescribeInstanceRefreshesResponse>AutoScalingAsyncClient. describeInstanceRefreshes(DescribeInstanceRefreshesRequest describeInstanceRefreshesRequest)Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks. -
Uses of DescribeInstanceRefreshesResponse in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type DescribeInstanceRefreshesResponse Modifier and Type Method Description Iterator<DescribeInstanceRefreshesResponse>DescribeInstanceRefreshesIterable. iterator()Method parameters in software.amazon.awssdk.services.autoscaling.paginators with type arguments of type DescribeInstanceRefreshesResponse Modifier and Type Method Description voidDescribeInstanceRefreshesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeInstanceRefreshesResponse> subscriber)
-