Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListListenersResponse
-
Packages that use ListListenersResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of ListListenersResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return ListListenersResponse Modifier and Type Method Description default ListListenersResponseGlobalAcceleratorClient. listListeners(Consumer<ListListenersRequest.Builder> listListenersRequest)List the listeners for an accelerator.default ListListenersResponseGlobalAcceleratorClient. listListeners(ListListenersRequest listListenersRequest)List the listeners for an accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type ListListenersResponse Modifier and Type Method Description default CompletableFuture<ListListenersResponse>GlobalAcceleratorAsyncClient. listListeners(Consumer<ListListenersRequest.Builder> listListenersRequest)List the listeners for an accelerator.default CompletableFuture<ListListenersResponse>GlobalAcceleratorAsyncClient. listListeners(ListListenersRequest listListenersRequest)List the listeners for an accelerator. -
Uses of ListListenersResponse in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type ListListenersResponse Modifier and Type Method Description Iterator<ListListenersResponse>ListListenersIterable. iterator()Method parameters in software.amazon.awssdk.services.globalaccelerator.paginators with type arguments of type ListListenersResponse Modifier and Type Method Description voidListListenersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListListenersResponse> subscriber)
-