Uses of Interface
software.amazon.awssdk.services.rds.model.TagSpecification.Builder
-
Packages that use TagSpecification.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of TagSpecification.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return TagSpecification.Builder Modifier and Type Method Description static TagSpecification.BuilderTagSpecification. builder()TagSpecification.BuilderTagSpecification.Builder. resourceType(String resourceType)The type of resource to tag on creation.TagSpecification.BuilderTagSpecification.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.TagSpecification.BuilderTagSpecification.Builder. tags(Consumer<Tag.Builder>... tags)Sets the value of the Tags property for this object.TagSpecification.BuilderTagSpecification.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.TagSpecification.BuilderTagSpecification. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type TagSpecification.Builder Modifier and Type Method Description static Class<? extends TagSpecification.Builder>TagSpecification. serializableBuilderClass()
-