Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeCapacityBlockStatusResponse
Packages that use DescribeCapacityBlockStatusResponse
Package
Description
-
Uses of DescribeCapacityBlockStatusResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeCapacityBlockStatusResponseModifier and TypeMethodDescriptionEc2Client.describeCapacityBlockStatus(Consumer<DescribeCapacityBlockStatusRequest.Builder> describeCapacityBlockStatusRequest) Describes the availability of capacity for the specified Capacity blocks, or all of your Capacity Blocks.Ec2Client.describeCapacityBlockStatus(DescribeCapacityBlockStatusRequest describeCapacityBlockStatusRequest) Describes the availability of capacity for the specified Capacity blocks, or all of your Capacity Blocks.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeCapacityBlockStatusResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeCapacityBlockStatus(Consumer<DescribeCapacityBlockStatusRequest.Builder> describeCapacityBlockStatusRequest) Describes the availability of capacity for the specified Capacity blocks, or all of your Capacity Blocks.Ec2AsyncClient.describeCapacityBlockStatus(DescribeCapacityBlockStatusRequest describeCapacityBlockStatusRequest) Describes the availability of capacity for the specified Capacity blocks, or all of your Capacity Blocks. -
Uses of DescribeCapacityBlockStatusResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeCapacityBlockStatusResponseMethod parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeCapacityBlockStatusResponseModifier and TypeMethodDescriptionvoidDescribeCapacityBlockStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeCapacityBlockStatusResponse> subscriber)