Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.DeleteListenerResponse
-
Packages that use DeleteListenerResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of DeleteListenerResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return DeleteListenerResponse Modifier and Type Method Description default DeleteListenerResponseElasticLoadBalancingV2Client. deleteListener(Consumer<DeleteListenerRequest.Builder> deleteListenerRequest)Deletes the specified listener.default DeleteListenerResponseElasticLoadBalancingV2Client. deleteListener(DeleteListenerRequest deleteListenerRequest)Deletes the specified listener.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type DeleteListenerResponse Modifier and Type Method Description default CompletableFuture<DeleteListenerResponse>ElasticLoadBalancingV2AsyncClient. deleteListener(Consumer<DeleteListenerRequest.Builder> deleteListenerRequest)Deletes the specified listener.default CompletableFuture<DeleteListenerResponse>ElasticLoadBalancingV2AsyncClient. deleteListener(DeleteListenerRequest deleteListenerRequest)Deletes the specified listener.
-