Uses of Class
software.amazon.awssdk.services.elasticinference.model.KeyValuePair
-
Packages that use KeyValuePair Package Description software.amazon.awssdk.services.elasticinference.model -
-
Uses of KeyValuePair in software.amazon.awssdk.services.elasticinference.model
Methods in software.amazon.awssdk.services.elasticinference.model that return types with arguments of type KeyValuePair Modifier and Type Method Description List<KeyValuePair>AcceleratorType. throughputInfo()The throughput information of the Elastic Inference Accelerator type.Methods in software.amazon.awssdk.services.elasticinference.model with parameters of type KeyValuePair Modifier and Type Method Description AcceleratorType.BuilderAcceleratorType.Builder. throughputInfo(KeyValuePair... throughputInfo)The throughput information of the Elastic Inference Accelerator type.Method parameters in software.amazon.awssdk.services.elasticinference.model with type arguments of type KeyValuePair Modifier and Type Method Description AcceleratorType.BuilderAcceleratorType.Builder. throughputInfo(Collection<KeyValuePair> throughputInfo)The throughput information of the Elastic Inference Accelerator type.
-