Package | Description |
---|---|
software.amazon.awssdk.services.autoscaling |
|
software.amazon.awssdk.services.autoscaling.paginators |
Modifier and Type | Method and Description |
---|---|
default DescribeWarmPoolResponse |
AutoScalingClient.describeWarmPool(Consumer<DescribeWarmPoolRequest.Builder> describeWarmPoolRequest)
Gets information about a warm pool and its instances.
|
default DescribeWarmPoolResponse |
AutoScalingClient.describeWarmPool(DescribeWarmPoolRequest describeWarmPoolRequest)
Gets information about a warm pool and its instances.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<DescribeWarmPoolResponse> |
DescribeWarmPoolIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
DescribeWarmPoolPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeWarmPoolResponse> subscriber) |
Copyright © 2023. All rights reserved.