Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceTypeOffering
Packages that use InstanceTypeOffering
Package
Description
-
Uses of InstanceTypeOffering in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceTypeOfferingModifier and TypeMethodDescriptionfinal List<InstanceTypeOffering>DescribeInstanceTypeOfferingsResponse.instanceTypeOfferings()The instance types offered in the location.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceTypeOfferingModifier and TypeMethodDescriptionDescribeInstanceTypeOfferingsResponse.Builder.instanceTypeOfferings(InstanceTypeOffering... instanceTypeOfferings) The instance types offered in the location.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceTypeOfferingModifier and TypeMethodDescriptionDescribeInstanceTypeOfferingsResponse.Builder.instanceTypeOfferings(Collection<InstanceTypeOffering> instanceTypeOfferings) The instance types offered in the location. -
Uses of InstanceTypeOffering in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type InstanceTypeOfferingModifier and TypeMethodDescriptionfinal SdkIterable<InstanceTypeOffering>DescribeInstanceTypeOfferingsIterable.instanceTypeOfferings()Returns an iterable to iterate through the paginatedDescribeInstanceTypeOfferingsResponse.instanceTypeOfferings()member.final SdkPublisher<InstanceTypeOffering>DescribeInstanceTypeOfferingsPublisher.instanceTypeOfferings()Returns a publisher that can be used to get a stream of data.