Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityBlockStatus
Packages that use CapacityBlockStatus
Package
Description
-
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 CapacityBlockStatusModifier and TypeMethodDescriptionfinal List<CapacityBlockStatus>DescribeCapacityBlockStatusResponse.capacityBlockStatuses()The availability of capacity for a Capacity Block.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityBlockStatusModifier and TypeMethodDescriptionDescribeCapacityBlockStatusResponse.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 CapacityBlockStatusModifier and TypeMethodDescriptionDescribeCapacityBlockStatusResponse.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 CapacityBlockStatusModifier and TypeMethodDescriptionfinal SdkIterable<CapacityBlockStatus>DescribeCapacityBlockStatusIterable.capacityBlockStatuses()Returns an iterable to iterate through the paginatedDescribeCapacityBlockStatusResponse.capacityBlockStatuses()member.final SdkPublisher<CapacityBlockStatus>DescribeCapacityBlockStatusPublisher.capacityBlockStatuses()Returns a publisher that can be used to get a stream of data.