Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CreateListenerResponse
-
Packages that use CreateListenerResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of CreateListenerResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return CreateListenerResponse Modifier and Type Method Description default CreateListenerResponseGlobalAcceleratorClient. createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest)Create a listener to process inbound connections from clients to an accelerator.default CreateListenerResponseGlobalAcceleratorClient. createListener(CreateListenerRequest createListenerRequest)Create a listener to process inbound connections from clients to an accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type CreateListenerResponse Modifier and Type Method Description default CompletableFuture<CreateListenerResponse>GlobalAcceleratorAsyncClient. createListener(Consumer<CreateListenerRequest.Builder> createListenerRequest)Create a listener to process inbound connections from clients to an accelerator.default CompletableFuture<CreateListenerResponse>GlobalAcceleratorAsyncClient. createListener(CreateListenerRequest createListenerRequest)Create a listener to process inbound connections from clients to an accelerator.
-