Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeInstanceTypesRequest
-
Packages that use DescribeInstanceTypesRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform -
-
Uses of DescribeInstanceTypesRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeInstanceTypesRequest Modifier and Type Method Description default CompletableFuture<DescribeInstanceTypesResponse>Ec2AsyncClient. describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)Describes the details of the instance types that are offered in a location.default DescribeInstanceTypesResponseEc2Client. describeInstanceTypes(DescribeInstanceTypesRequest describeInstanceTypesRequest)Describes the details of the instance types that are offered in a location.default DescribeInstanceTypesPublisherEc2AsyncClient. describeInstanceTypesPaginator(DescribeInstanceTypesRequest describeInstanceTypesRequest)Describes the details of the instance types that are offered in a location.default DescribeInstanceTypesIterableEc2Client. describeInstanceTypesPaginator(DescribeInstanceTypesRequest describeInstanceTypesRequest)Describes the details of the instance types that are offered in a location. -
Uses of DescribeInstanceTypesRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribeInstanceTypesRequest Constructor Description DescribeInstanceTypesIterable(Ec2Client client, DescribeInstanceTypesRequest firstRequest)DescribeInstanceTypesPublisher(Ec2AsyncClient client, DescribeInstanceTypesRequest firstRequest) -
Uses of DescribeInstanceTypesRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeInstanceTypesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeInstanceTypesRequestMarshaller. marshall(DescribeInstanceTypesRequest describeInstanceTypesRequest)
-