Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityBlockOffering
-
Packages that use CapacityBlockOffering Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of CapacityBlockOffering in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityBlockOffering Modifier and Type Method Description List<CapacityBlockOffering>
DescribeCapacityBlockOfferingsResponse. capacityBlockOfferings()
The recommended Capacity Block offering for the dates specified.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityBlockOffering Modifier and Type Method Description DescribeCapacityBlockOfferingsResponse.Builder
DescribeCapacityBlockOfferingsResponse.Builder. capacityBlockOfferings(CapacityBlockOffering... capacityBlockOfferings)
The recommended Capacity Block offering for the dates specified.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityBlockOffering Modifier and Type Method Description DescribeCapacityBlockOfferingsResponse.Builder
DescribeCapacityBlockOfferingsResponse.Builder. capacityBlockOfferings(Collection<CapacityBlockOffering> capacityBlockOfferings)
The recommended Capacity Block offering for the dates specified. -
Uses of CapacityBlockOffering in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type CapacityBlockOffering Modifier and Type Method Description SdkIterable<CapacityBlockOffering>
DescribeCapacityBlockOfferingsIterable. capacityBlockOfferings()
Returns an iterable to iterate through the paginatedDescribeCapacityBlockOfferingsResponse.capacityBlockOfferings()
member.SdkPublisher<CapacityBlockOffering>
DescribeCapacityBlockOfferingsPublisher. capacityBlockOfferings()
Returns a publisher that can be used to get a stream of data.
-