Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityBlockStatus
-
Packages that use CapacityBlockStatus Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of CapacityBlockStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityBlockStatus Modifier and Type Method Description List<CapacityBlockStatus>DescribeCapacityBlockStatusResponse. capacityBlockStatuses()The availability of capacity for a Capacity Block.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityBlockStatus Modifier and Type Method Description DescribeCapacityBlockStatusResponse.BuilderDescribeCapacityBlockStatusResponse.Builder. capacityBlockStatuses(CapacityBlockStatus... capacityBlockStatuses)The availability of capacity for a Capacity Block.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityBlockStatus Modifier and Type Method Description DescribeCapacityBlockStatusResponse.BuilderDescribeCapacityBlockStatusResponse.Builder. capacityBlockStatuses(Collection<CapacityBlockStatus> capacityBlockStatuses)The availability of capacity for a Capacity Block. -
Uses of CapacityBlockStatus in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type CapacityBlockStatus Modifier and Type Method Description SdkIterable<CapacityBlockStatus>DescribeCapacityBlockStatusIterable. capacityBlockStatuses()Returns an iterable to iterate through the paginatedDescribeCapacityBlockStatusResponse.capacityBlockStatuses()member.SdkPublisher<CapacityBlockStatus>DescribeCapacityBlockStatusPublisher. capacityBlockStatuses()Returns a publisher that can be used to get a stream of data.
-