Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.CreateListenerRequest
-
Packages that use CreateListenerRequest Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing software.amazon.awssdk.services.elasticloadbalancingv2.transform -
-
Uses of CreateListenerRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type CreateListenerRequest Modifier and Type Method Description default CompletableFuture<CreateListenerResponse>ElasticLoadBalancingV2AsyncClient. createListener(CreateListenerRequest createListenerRequest)Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.default CreateListenerResponseElasticLoadBalancingV2Client. createListener(CreateListenerRequest createListenerRequest)Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. -
Uses of CreateListenerRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type CreateListenerRequest Modifier and Type Method Description SdkHttpFullRequestCreateListenerRequestMarshaller. marshall(CreateListenerRequest createListenerRequest)
-