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