Uses of Class
software.amazon.awssdk.services.tnb.model.ListSolNetworkOperationsRequest
-
Packages that use ListSolNetworkOperationsRequest 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 software.amazon.awssdk.services.tnb.transform -
-
Uses of ListSolNetworkOperationsRequest in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb with parameters of type ListSolNetworkOperationsRequest Modifier and Type Method Description default CompletableFuture<ListSolNetworkOperationsResponse>TnbAsyncClient. listSolNetworkOperations(ListSolNetworkOperationsRequest 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.default ListSolNetworkOperationsPublisherTnbAsyncClient. listSolNetworkOperationsPaginator(ListSolNetworkOperationsRequest listSolNetworkOperationsRequest)Lists details for a network operation, including when the operation started and the status of the operation.default ListSolNetworkOperationsIterableTnbClient. listSolNetworkOperationsPaginator(ListSolNetworkOperationsRequest listSolNetworkOperationsRequest)Lists details for a network operation, including when the operation started and the status of the operation. -
Uses of ListSolNetworkOperationsRequest in software.amazon.awssdk.services.tnb.paginators
Constructors in software.amazon.awssdk.services.tnb.paginators with parameters of type ListSolNetworkOperationsRequest Constructor Description ListSolNetworkOperationsIterable(TnbClient client, ListSolNetworkOperationsRequest firstRequest)ListSolNetworkOperationsPublisher(TnbAsyncClient client, ListSolNetworkOperationsRequest firstRequest) -
Uses of ListSolNetworkOperationsRequest in software.amazon.awssdk.services.tnb.transform
Methods in software.amazon.awssdk.services.tnb.transform with parameters of type ListSolNetworkOperationsRequest Modifier and Type Method Description SdkHttpFullRequestListSolNetworkOperationsRequestMarshaller. marshall(ListSolNetworkOperationsRequest listSolNetworkOperationsRequest)
-