Uses of Interface
software.amazon.awssdk.services.b2bi.model.Tag.Builder
-
Packages that use Tag.Builder Package Description software.amazon.awssdk.services.b2bi.model -
-
Uses of Tag.Builder in software.amazon.awssdk.services.b2bi.model
Methods in software.amazon.awssdk.services.b2bi.model that return Tag.Builder Modifier and Type Method Description static Tag.BuilderTag. builder()Tag.BuilderTag.Builder. key(String key)Specifies the name assigned to the tag that you create.Tag.BuilderTag. toBuilder()Tag.BuilderTag.Builder. value(String value)Contains one or more values that you assigned to the key name that you create.Methods in software.amazon.awssdk.services.b2bi.model that return types with arguments of type Tag.Builder Modifier and Type Method Description static Class<? extends Tag.Builder>Tag. serializableBuilderClass()
-