Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.AddTagsRequest.Builder
Packages that use AddTagsRequest.Builder
Package
Description
-
Uses of AddTagsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing
Method parameters in software.amazon.awssdk.services.elasticloadbalancing with type arguments of type AddTagsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<AddTagsResponse>ElasticLoadBalancingAsyncClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest) Adds the specified tags to the specified load balancer.default AddTagsResponseElasticLoadBalancingClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest) Adds the specified tags to the specified load balancer. -
Uses of AddTagsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return AddTagsRequest.BuilderModifier and TypeMethodDescriptionstatic AddTagsRequest.BuilderAddTagsRequest.builder()AddTagsRequest.Builder.loadBalancerNames(String... loadBalancerNames) The name of the load balancer.AddTagsRequest.Builder.loadBalancerNames(Collection<String> loadBalancerNames) The name of the load balancer.AddTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AddTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.elasticloadbalancing.model that return types with arguments of type AddTagsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AddTagsRequest.Builder>AddTagsRequest.serializableBuilderClass()