Uses of Class
software.amazon.awssdk.services.elasticinference.model.AcceleratorTypeOffering
-
Packages that use AcceleratorTypeOffering Package Description software.amazon.awssdk.services.elasticinference.model -
-
Uses of AcceleratorTypeOffering in software.amazon.awssdk.services.elasticinference.model
Methods in software.amazon.awssdk.services.elasticinference.model that return types with arguments of type AcceleratorTypeOffering Modifier and Type Method Description List<AcceleratorTypeOffering>DescribeAcceleratorOfferingsResponse. acceleratorTypeOfferings()The list of accelerator type offerings for a specific location.Methods in software.amazon.awssdk.services.elasticinference.model with parameters of type AcceleratorTypeOffering Modifier and Type Method Description DescribeAcceleratorOfferingsResponse.BuilderDescribeAcceleratorOfferingsResponse.Builder. acceleratorTypeOfferings(AcceleratorTypeOffering... acceleratorTypeOfferings)The list of accelerator type offerings for a specific location.Method parameters in software.amazon.awssdk.services.elasticinference.model with type arguments of type AcceleratorTypeOffering Modifier and Type Method Description DescribeAcceleratorOfferingsResponse.BuilderDescribeAcceleratorOfferingsResponse.Builder. acceleratorTypeOfferings(Collection<AcceleratorTypeOffering> acceleratorTypeOfferings)The list of accelerator type offerings for a specific location.
-