Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.AddTagsRequest.Builder
Packages that use AddTagsRequest.Builder
Package
Description
-
Uses of AddTagsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type AddTagsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<AddTagsResponse>ElasticLoadBalancingV2AsyncClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest) Adds the specified tags to the specified Elastic Load Balancing resource.default AddTagsResponseElasticLoadBalancingV2Client.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest) Adds the specified tags to the specified Elastic Load Balancing resource. -
Uses of AddTagsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return AddTagsRequest.BuilderModifier and TypeMethodDescriptionstatic AddTagsRequest.BuilderAddTagsRequest.builder()AddTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AddTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AddTagsRequest.Builder.resourceArns(String... resourceArns) The Amazon Resource Name (ARN) of the resource.AddTagsRequest.Builder.resourceArns(Collection<String> resourceArns) The Amazon Resource Name (ARN) of the resource.AddTagsRequest.Builder.tags(Collection<Tag> tags) The tags.AddTagsRequest.Builder.tags(Consumer<Tag.Builder>... tags) The tags.The tags.AddTagsRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type AddTagsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AddTagsRequest.Builder>AddTagsRequest.serializableBuilderClass()