Uses of Interface
software.amazon.awssdk.services.macie2.model.TagValuePair.Builder
-
Packages that use TagValuePair.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of TagValuePair.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return TagValuePair.Builder Modifier and Type Method Description static TagValuePair.BuilderTagValuePair. builder()TagValuePair.BuilderTagValuePair.Builder. key(String key)The value for the tag key to use in the condition.TagValuePair.BuilderTagValuePair. toBuilder()TagValuePair.BuilderTagValuePair.Builder. value(String value)The tag value, associated with the specified tag key (key), to use in the condition.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type TagValuePair.Builder Modifier and Type Method Description static Class<? extends TagValuePair.Builder>TagValuePair. serializableBuilderClass()
-