Uses of Interface
software.amazon.awssdk.services.appmesh.model.TagRef.Builder
-
Packages that use TagRef.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of TagRef.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return TagRef.Builder Modifier and Type Method Description static TagRef.BuilderTagRef. builder()TagRef.BuilderTagRef.Builder. key(String key)One part of a key-value pair that make up a tag.TagRef.BuilderTagRef. toBuilder()TagRef.BuilderTagRef.Builder. value(String value)The optional part of a key-value pair that make up a tag.Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type TagRef.Builder Modifier and Type Method Description static Class<? extends TagRef.Builder>TagRef. serializableBuilderClass()
-