Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.RemoveTagsRequest.Builder
Packages that use RemoveTagsRequest.Builder
Package
Description
-
Uses of RemoveTagsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type RemoveTagsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<RemoveTagsResponse>ElasticLoadBalancingV2AsyncClient.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest) Removes the specified tags from the specified Elastic Load Balancing resources.default RemoveTagsResponseElasticLoadBalancingV2Client.removeTags(Consumer<RemoveTagsRequest.Builder> removeTagsRequest) Removes the specified tags from the specified Elastic Load Balancing resources. -
Uses of RemoveTagsRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return RemoveTagsRequest.BuilderModifier and TypeMethodDescriptionstatic RemoveTagsRequest.BuilderRemoveTagsRequest.builder()RemoveTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RemoveTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RemoveTagsRequest.Builder.resourceArns(String... resourceArns) The Amazon Resource Name (ARN) of the resource.RemoveTagsRequest.Builder.resourceArns(Collection<String> resourceArns) The Amazon Resource Name (ARN) of the resource.The tag keys for the tags to remove.RemoveTagsRequest.Builder.tagKeys(Collection<String> tagKeys) The tag keys for the tags to remove.RemoveTagsRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type RemoveTagsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RemoveTagsRequest.Builder>RemoveTagsRequest.serializableBuilderClass()