Uses of Interface
software.amazon.awssdk.services.ec2.model.TagDescription.Builder
-
Packages that use TagDescription.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TagDescription.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TagDescription.Builder Modifier and Type Method Description static TagDescription.BuilderTagDescription. builder()TagDescription.BuilderTagDescription.Builder. key(String key)The tag key.TagDescription.BuilderTagDescription.Builder. resourceId(String resourceId)The ID of the resource.TagDescription.BuilderTagDescription.Builder. resourceType(String resourceType)The resource type.TagDescription.BuilderTagDescription.Builder. resourceType(ResourceType resourceType)The resource type.TagDescription.BuilderTagDescription. toBuilder()TagDescription.BuilderTagDescription.Builder. value(String value)The tag value.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TagDescription.Builder Modifier and Type Method Description static Class<? extends TagDescription.Builder>TagDescription. serializableBuilderClass()
-