Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.CreateListenerResponse
-
Packages that use CreateListenerResponse Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of CreateListenerResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return CreateListenerResponse Modifier and Type Method Description default CreateListenerResponseElasticLoadBalancingV2Client. createListener(Consumer<CreateListenerRequest.Builder> 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.Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return types with arguments of type CreateListenerResponse Modifier and Type Method Description default CompletableFuture<CreateListenerResponse>ElasticLoadBalancingV2AsyncClient. createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest)Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.default CompletableFuture<CreateListenerResponse>ElasticLoadBalancingV2AsyncClient. createListener(CreateListenerRequest createListenerRequest)Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.
-