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