Uses of Class
software.amazon.awssdk.services.elasticinference.model.DescribeAcceleratorOfferingsResponse
-
Packages that use DescribeAcceleratorOfferingsResponse Package Description software.amazon.awssdk.services.elasticinference Elastic Inference public APIs. -
-
Uses of DescribeAcceleratorOfferingsResponse in software.amazon.awssdk.services.elasticinference
Methods in software.amazon.awssdk.services.elasticinference that return DescribeAcceleratorOfferingsResponse Modifier and Type Method Description default DescribeAcceleratorOfferingsResponseElasticInferenceClient. describeAcceleratorOfferings(Consumer<DescribeAcceleratorOfferingsRequest.Builder> describeAcceleratorOfferingsRequest)Describes the locations in which a given accelerator type or set of types is present in a given region.default DescribeAcceleratorOfferingsResponseElasticInferenceClient. describeAcceleratorOfferings(DescribeAcceleratorOfferingsRequest describeAcceleratorOfferingsRequest)Describes the locations in which a given accelerator type or set of types is present in a given region.Methods in software.amazon.awssdk.services.elasticinference that return types with arguments of type DescribeAcceleratorOfferingsResponse Modifier and Type Method Description default CompletableFuture<DescribeAcceleratorOfferingsResponse>ElasticInferenceAsyncClient. describeAcceleratorOfferings(Consumer<DescribeAcceleratorOfferingsRequest.Builder> describeAcceleratorOfferingsRequest)Describes the locations in which a given accelerator type or set of types is present in a given region.default CompletableFuture<DescribeAcceleratorOfferingsResponse>ElasticInferenceAsyncClient. describeAcceleratorOfferings(DescribeAcceleratorOfferingsRequest describeAcceleratorOfferingsRequest)Describes the locations in which a given accelerator type or set of types is present in a given region.
-