Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityBlockOffering
Packages that use CapacityBlockOffering
Package
Description
-
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 CapacityBlockOfferingModifier and TypeMethodDescriptionfinal 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 CapacityBlockOfferingModifier and TypeMethodDescriptionDescribeCapacityBlockOfferingsResponse.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 CapacityBlockOfferingModifier and TypeMethodDescriptionDescribeCapacityBlockOfferingsResponse.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 CapacityBlockOfferingModifier and TypeMethodDescriptionfinal SdkIterable<CapacityBlockOffering>DescribeCapacityBlockOfferingsIterable.capacityBlockOfferings()Returns an iterable to iterate through the paginatedDescribeCapacityBlockOfferingsResponse.capacityBlockOfferings()member.DescribeCapacityBlockOfferingsPublisher.capacityBlockOfferings()Returns a publisher that can be used to get a stream of data.