Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TagDescription.Builder
Packages that use TagDescription.Builder
-
Uses of TagDescription.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TagDescription.BuilderModifier and TypeMethodDescriptionstatic TagDescription.BuilderTagDescription.builder()TagDescription.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource.TagDescription.Builder.tags(Collection<Tag> tags) Information about the tags.TagDescription.Builder.tags(Consumer<Tag.Builder>... tags) Information about the tags.Information about the tags.TagDescription.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TagDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TagDescription.Builder>TagDescription.serializableBuilderClass()