Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.UpdateListenerResponse
-
Packages that use UpdateListenerResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of UpdateListenerResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return UpdateListenerResponse Modifier and Type Method Description default UpdateListenerResponseGlobalAcceleratorClient. updateListener(Consumer<UpdateListenerRequest.Builder> updateListenerRequest)Update a listener.default UpdateListenerResponseGlobalAcceleratorClient. updateListener(UpdateListenerRequest updateListenerRequest)Update a listener.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type UpdateListenerResponse Modifier and Type Method Description default CompletableFuture<UpdateListenerResponse>GlobalAcceleratorAsyncClient. updateListener(Consumer<UpdateListenerRequest.Builder> updateListenerRequest)Update a listener.default CompletableFuture<UpdateListenerResponse>GlobalAcceleratorAsyncClient. updateListener(UpdateListenerRequest updateListenerRequest)Update a listener.
-