Uses of Interface
software.amazon.awssdk.services.transcribe.model.Tag.Builder
-
Packages that use Tag.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of Tag.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return Tag.Builder Modifier and Type Method Description static Tag.BuilderTag. builder()Tag.BuilderTag.Builder. key(String key)The first part of a key:value pair that forms a tag associated with a given resource.Tag.BuilderTag. toBuilder()Tag.BuilderTag.Builder. value(String value)The second part of a key:value pair that forms a tag associated with a given resource.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type Tag.Builder Modifier and Type Method Description static Class<? extends Tag.Builder>Tag. serializableBuilderClass()
-