Uses of Class
software.amazon.awssdk.services.tnb.model.ListSolNetworkOperationsResponse
-
Packages that use ListSolNetworkOperationsResponse Package Description software.amazon.awssdk.services.tnb Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks.software.amazon.awssdk.services.tnb.paginators -
-
Uses of ListSolNetworkOperationsResponse in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb that return ListSolNetworkOperationsResponse Modifier and Type Method Description default ListSolNetworkOperationsResponseTnbClient. listSolNetworkOperations(Consumer<ListSolNetworkOperationsRequest.Builder> listSolNetworkOperationsRequest)Lists details for a network operation, including when the operation started and the status of the operation.default ListSolNetworkOperationsResponseTnbClient. listSolNetworkOperations(ListSolNetworkOperationsRequest listSolNetworkOperationsRequest)Lists details for a network operation, including when the operation started and the status of the operation.Methods in software.amazon.awssdk.services.tnb that return types with arguments of type ListSolNetworkOperationsResponse Modifier and Type Method Description default CompletableFuture<ListSolNetworkOperationsResponse>TnbAsyncClient. listSolNetworkOperations(Consumer<ListSolNetworkOperationsRequest.Builder> listSolNetworkOperationsRequest)Lists details for a network operation, including when the operation started and the status of the operation.default CompletableFuture<ListSolNetworkOperationsResponse>TnbAsyncClient. listSolNetworkOperations(ListSolNetworkOperationsRequest listSolNetworkOperationsRequest)Lists details for a network operation, including when the operation started and the status of the operation. -
Uses of ListSolNetworkOperationsResponse in software.amazon.awssdk.services.tnb.paginators
Methods in software.amazon.awssdk.services.tnb.paginators that return types with arguments of type ListSolNetworkOperationsResponse Modifier and Type Method Description Iterator<ListSolNetworkOperationsResponse>ListSolNetworkOperationsIterable. iterator()Method parameters in software.amazon.awssdk.services.tnb.paginators with type arguments of type ListSolNetworkOperationsResponse Modifier and Type Method Description voidListSolNetworkOperationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSolNetworkOperationsResponse> subscriber)
-