Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.CreateListenerResponse
Packages that use CreateListenerResponse
-
Uses of CreateListenerResponse in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return CreateListenerResponseModifier and TypeMethodDescriptiondefault 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 CreateListenerResponseModifier and TypeMethodDescriptiondefault 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.