Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesResponse
-
Packages that use DescribeInstanceTypesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeInstanceTypesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeInstanceTypesResponse Modifier and Type Method Description default DescribeInstanceTypesResponseEc2Client. describeInstanceTypes(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)Describes the specified instance types.default DescribeInstanceTypesResponseEc2Client. describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)Describes the specified instance types.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeInstanceTypesResponse Modifier and Type Method Description default CompletableFuture<DescribeInstanceTypesResponse>Ec2AsyncClient. describeInstanceTypes(Consumer<DescribeInstanceTypesRequest.Builder> describeInstanceTypesRequest)Describes the specified instance types.default CompletableFuture<DescribeInstanceTypesResponse>Ec2AsyncClient. describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)Describes the specified instance types. -
Uses of DescribeInstanceTypesResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeInstanceTypesResponse Modifier and Type Method Description Iterator<DescribeInstanceTypesResponse>DescribeInstanceTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeInstanceTypesResponse Modifier and Type Method Description voidDescribeInstanceTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeInstanceTypesResponse> subscriber)
-