Uses of Class
software.amazon.awssdk.services.directory.model.ListIpRoutesResponse
-
Packages that use ListIpRoutesResponse Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.paginators -
-
Uses of ListIpRoutesResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return ListIpRoutesResponse Modifier and Type Method Description default ListIpRoutesResponseDirectoryClient. listIpRoutes(Consumer<ListIpRoutesRequest.Builder> listIpRoutesRequest)Lists the address blocks that you have added to a directory.default ListIpRoutesResponseDirectoryClient. listIpRoutes(ListIpRoutesRequest listIpRoutesRequest)Lists the address blocks that you have added to a directory.Methods in software.amazon.awssdk.services.directory that return types with arguments of type ListIpRoutesResponse Modifier and Type Method Description default CompletableFuture<ListIpRoutesResponse>DirectoryAsyncClient. listIpRoutes(Consumer<ListIpRoutesRequest.Builder> listIpRoutesRequest)Lists the address blocks that you have added to a directory.default CompletableFuture<ListIpRoutesResponse>DirectoryAsyncClient. listIpRoutes(ListIpRoutesRequest listIpRoutesRequest)Lists the address blocks that you have added to a directory. -
Uses of ListIpRoutesResponse in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type ListIpRoutesResponse Modifier and Type Method Description Iterator<ListIpRoutesResponse>ListIpRoutesIterable. iterator()Method parameters in software.amazon.awssdk.services.directory.paginators with type arguments of type ListIpRoutesResponse Modifier and Type Method Description voidListIpRoutesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIpRoutesResponse> subscriber)
-