Uses of Interface
software.amazon.awssdk.services.elasticinference.model.KeyValuePair.Builder
-
Packages that use KeyValuePair.Builder Package Description software.amazon.awssdk.services.elasticinference.model -
-
Uses of KeyValuePair.Builder in software.amazon.awssdk.services.elasticinference.model
Methods in software.amazon.awssdk.services.elasticinference.model that return KeyValuePair.Builder Modifier and Type Method Description static KeyValuePair.BuilderKeyValuePair. builder()KeyValuePair.BuilderKeyValuePair.Builder. key(String key)The throughput value of the Elastic Inference Accelerator type.KeyValuePair.BuilderKeyValuePair. toBuilder()KeyValuePair.BuilderKeyValuePair.Builder. value(Integer value)The throughput value of the Elastic Inference Accelerator type.Methods in software.amazon.awssdk.services.elasticinference.model that return types with arguments of type KeyValuePair.Builder Modifier and Type Method Description static Class<? extends KeyValuePair.Builder>KeyValuePair. serializableBuilderClass()
-