Uses of Class
software.amazon.awssdk.services.elasticinference.model.AcceleratorType
-
Packages that use AcceleratorType Package Description software.amazon.awssdk.services.elasticinference.model -
-
Uses of AcceleratorType in software.amazon.awssdk.services.elasticinference.model
Methods in software.amazon.awssdk.services.elasticinference.model that return types with arguments of type AcceleratorType Modifier and Type Method Description List<AcceleratorType>DescribeAcceleratorTypesResponse. acceleratorTypes()The available accelerator types.Methods in software.amazon.awssdk.services.elasticinference.model with parameters of type AcceleratorType Modifier and Type Method Description DescribeAcceleratorTypesResponse.BuilderDescribeAcceleratorTypesResponse.Builder. acceleratorTypes(AcceleratorType... acceleratorTypes)The available accelerator types.Method parameters in software.amazon.awssdk.services.elasticinference.model with type arguments of type AcceleratorType Modifier and Type Method Description DescribeAcceleratorTypesResponse.BuilderDescribeAcceleratorTypesResponse.Builder. acceleratorTypes(Collection<AcceleratorType> acceleratorTypes)The available accelerator types.
-