Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeInstanceTypeOfferingsResponse
-
Packages that use DescribeInstanceTypeOfferingsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeInstanceTypeOfferingsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeInstanceTypeOfferingsResponse Modifier and Type Method Description default DescribeInstanceTypeOfferingsResponseEc2Client. describeInstanceTypeOfferings(Consumer<DescribeInstanceTypeOfferingsRequest.Builder> describeInstanceTypeOfferingsRequest)Lists the instance types that are offered for the specified location.default DescribeInstanceTypeOfferingsResponseEc2Client. describeInstanceTypeOfferings(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)Lists the instance types that are offered for the specified location.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeInstanceTypeOfferingsResponse Modifier and Type Method Description default CompletableFuture<DescribeInstanceTypeOfferingsResponse>Ec2AsyncClient. describeInstanceTypeOfferings(Consumer<DescribeInstanceTypeOfferingsRequest.Builder> describeInstanceTypeOfferingsRequest)Lists the instance types that are offered for the specified location.default CompletableFuture<DescribeInstanceTypeOfferingsResponse>Ec2AsyncClient. describeInstanceTypeOfferings(DescribeInstanceTypeOfferingsRequest describeInstanceTypeOfferingsRequest)Lists the instance types that are offered for the specified location. -
Uses of DescribeInstanceTypeOfferingsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeInstanceTypeOfferingsResponse Modifier and Type Method Description Iterator<DescribeInstanceTypeOfferingsResponse>DescribeInstanceTypeOfferingsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeInstanceTypeOfferingsResponse Modifier and Type Method Description voidDescribeInstanceTypeOfferingsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeInstanceTypeOfferingsResponse> subscriber)
-