Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityBlock
Packages that use CapacityBlock
Package
Description
-
Uses of CapacityBlock in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityBlockModifier and TypeMethodDescriptionfinal List<CapacityBlock>DescribeCapacityBlocksResponse.capacityBlocks()The Capacity Blocks.final List<CapacityBlock>PurchaseCapacityBlockResponse.capacityBlocks()The Capacity Block.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityBlockModifier and TypeMethodDescriptionDescribeCapacityBlocksResponse.Builder.capacityBlocks(CapacityBlock... capacityBlocks) The Capacity Blocks.PurchaseCapacityBlockResponse.Builder.capacityBlocks(CapacityBlock... capacityBlocks) The Capacity Block.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityBlockModifier and TypeMethodDescriptionDescribeCapacityBlocksResponse.Builder.capacityBlocks(Collection<CapacityBlock> capacityBlocks) The Capacity Blocks.PurchaseCapacityBlockResponse.Builder.capacityBlocks(Collection<CapacityBlock> capacityBlocks) The Capacity Block. -
Uses of CapacityBlock in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type CapacityBlockModifier and TypeMethodDescriptionfinal SdkIterable<CapacityBlock>DescribeCapacityBlocksIterable.capacityBlocks()Returns an iterable to iterate through the paginatedDescribeCapacityBlocksResponse.capacityBlocks()member.final SdkPublisher<CapacityBlock>DescribeCapacityBlocksPublisher.capacityBlocks()Returns a publisher that can be used to get a stream of data.