Uses of Interface
software.amazon.awssdk.services.backup.model.KeyValue.Builder
-
Packages that use KeyValue.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of KeyValue.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return KeyValue.Builder Modifier and Type Method Description static KeyValue.BuilderKeyValue. builder()KeyValue.BuilderKeyValue.Builder. key(String key)The tag key (String).KeyValue.BuilderKeyValue. toBuilder()KeyValue.BuilderKeyValue.Builder. value(String value)The value of the key.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type KeyValue.Builder Modifier and Type Method Description static Class<? extends KeyValue.Builder>KeyValue. serializableBuilderClass()
-