Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.ListCustomRoutingListenersResponse
-
Packages that use ListCustomRoutingListenersResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of ListCustomRoutingListenersResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return ListCustomRoutingListenersResponse Modifier and Type Method Description default ListCustomRoutingListenersResponseGlobalAcceleratorClient. listCustomRoutingListeners(Consumer<ListCustomRoutingListenersRequest.Builder> listCustomRoutingListenersRequest)List the listeners for a custom routing accelerator.default ListCustomRoutingListenersResponseGlobalAcceleratorClient. listCustomRoutingListeners(ListCustomRoutingListenersRequest listCustomRoutingListenersRequest)List the listeners for a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type ListCustomRoutingListenersResponse Modifier and Type Method Description default CompletableFuture<ListCustomRoutingListenersResponse>GlobalAcceleratorAsyncClient. listCustomRoutingListeners(Consumer<ListCustomRoutingListenersRequest.Builder> listCustomRoutingListenersRequest)List the listeners for a custom routing accelerator.default CompletableFuture<ListCustomRoutingListenersResponse>GlobalAcceleratorAsyncClient. listCustomRoutingListeners(ListCustomRoutingListenersRequest listCustomRoutingListenersRequest)List the listeners for a custom routing accelerator. -
Uses of ListCustomRoutingListenersResponse in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type ListCustomRoutingListenersResponse Modifier and Type Method Description Iterator<ListCustomRoutingListenersResponse>ListCustomRoutingListenersIterable. iterator()Method parameters in software.amazon.awssdk.services.globalaccelerator.paginators with type arguments of type ListCustomRoutingListenersResponse Modifier and Type Method Description voidListCustomRoutingListenersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCustomRoutingListenersResponse> subscriber)
-