Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.ListTunnelsResponse
-
Packages that use ListTunnelsResponse Package Description software.amazon.awssdk.services.iotsecuretunneling IoT Secure Tunneling software.amazon.awssdk.services.iotsecuretunneling.paginators -
-
Uses of ListTunnelsResponse in software.amazon.awssdk.services.iotsecuretunneling
Methods in software.amazon.awssdk.services.iotsecuretunneling that return ListTunnelsResponse Modifier and Type Method Description default ListTunnelsResponseIoTSecureTunnelingClient. listTunnels(Consumer<ListTunnelsRequest.Builder> listTunnelsRequest)List all tunnels for an Amazon Web Services account.default ListTunnelsResponseIoTSecureTunnelingClient. listTunnels(ListTunnelsRequest listTunnelsRequest)List all tunnels for an Amazon Web Services account.Methods in software.amazon.awssdk.services.iotsecuretunneling that return types with arguments of type ListTunnelsResponse Modifier and Type Method Description default CompletableFuture<ListTunnelsResponse>IoTSecureTunnelingAsyncClient. listTunnels(Consumer<ListTunnelsRequest.Builder> listTunnelsRequest)List all tunnels for an Amazon Web Services account.default CompletableFuture<ListTunnelsResponse>IoTSecureTunnelingAsyncClient. listTunnels(ListTunnelsRequest listTunnelsRequest)List all tunnels for an Amazon Web Services account. -
Uses of ListTunnelsResponse in software.amazon.awssdk.services.iotsecuretunneling.paginators
Methods in software.amazon.awssdk.services.iotsecuretunneling.paginators that return types with arguments of type ListTunnelsResponse Modifier and Type Method Description Iterator<ListTunnelsResponse>ListTunnelsIterable. iterator()Method parameters in software.amazon.awssdk.services.iotsecuretunneling.paginators with type arguments of type ListTunnelsResponse Modifier and Type Method Description voidListTunnelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTunnelsResponse> subscriber)
-