Uses of Class
software.amazon.awssdk.services.elasticinference.model.DescribeAcceleratorTypesRequest
-
Packages that use DescribeAcceleratorTypesRequest Package Description software.amazon.awssdk.services.elasticinference Elastic Inference public APIs.software.amazon.awssdk.services.elasticinference.transform -
-
Uses of DescribeAcceleratorTypesRequest in software.amazon.awssdk.services.elasticinference
Methods in software.amazon.awssdk.services.elasticinference with parameters of type DescribeAcceleratorTypesRequest Modifier and Type Method Description default CompletableFuture<DescribeAcceleratorTypesResponse>ElasticInferenceAsyncClient. describeAcceleratorTypes(DescribeAcceleratorTypesRequest describeAcceleratorTypesRequest)Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.default DescribeAcceleratorTypesResponseElasticInferenceClient. describeAcceleratorTypes(DescribeAcceleratorTypesRequest describeAcceleratorTypesRequest)Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput. -
Uses of DescribeAcceleratorTypesRequest in software.amazon.awssdk.services.elasticinference.transform
Methods in software.amazon.awssdk.services.elasticinference.transform with parameters of type DescribeAcceleratorTypesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeAcceleratorTypesRequestMarshaller. marshall(DescribeAcceleratorTypesRequest describeAcceleratorTypesRequest)
-