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