Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeElasticGpusRequest
-
Packages that use DescribeElasticGpusRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of DescribeElasticGpusRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribeElasticGpusRequest Modifier and Type Method Description default CompletableFuture<DescribeElasticGpusResponse>Ec2AsyncClient. describeElasticGpus(DescribeElasticGpusRequest describeElasticGpusRequest)Describes the Elastic Graphics accelerator associated with your instances.default DescribeElasticGpusResponseEc2Client. describeElasticGpus(DescribeElasticGpusRequest describeElasticGpusRequest)Describes the Elastic Graphics accelerator associated with your instances. -
Uses of DescribeElasticGpusRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribeElasticGpusRequest Modifier and Type Method Description SdkHttpFullRequestDescribeElasticGpusRequestMarshaller. marshall(DescribeElasticGpusRequest describeElasticGpusRequest)
-