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