Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CreateListenerRequest
-
Packages that use CreateListenerRequest Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.transform -
-
Uses of CreateListenerRequest in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator with parameters of type CreateListenerRequest Modifier and Type Method Description default CompletableFuture<CreateListenerResponse>GlobalAcceleratorAsyncClient. createListener(CreateListenerRequest 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. -
Uses of CreateListenerRequest in software.amazon.awssdk.services.globalaccelerator.transform
Methods in software.amazon.awssdk.services.globalaccelerator.transform with parameters of type CreateListenerRequest Modifier and Type Method Description SdkHttpFullRequestCreateListenerRequestMarshaller. marshall(CreateListenerRequest createListenerRequest)
-