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