Uses of Interface
software.amazon.awssdk.services.ec2.model.TagSpecification.Builder
Packages that use TagSpecification.Builder
-
Uses of TagSpecification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.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.resourceType(ResourceType resourceType) The type of resource to tag on creation.TagSpecification.Builder.tags(Collection<Tag> tags) The tags to apply to the resource.TagSpecification.Builder.tags(Consumer<Tag.Builder>... tags) The tags to apply to the resource.The tags to apply to the resource.TagSpecification.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TagSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TagSpecification.Builder>TagSpecification.serializableBuilderClass()