Uses of Class
software.amazon.awssdk.services.tnb.model.GetSolNetworkOperationResponse
-
Packages that use GetSolNetworkOperationResponse 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. -
-
Uses of GetSolNetworkOperationResponse in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb that return GetSolNetworkOperationResponse Modifier and Type Method Description default GetSolNetworkOperationResponseTnbClient. getSolNetworkOperation(Consumer<GetSolNetworkOperationRequest.Builder> getSolNetworkOperationRequest)Gets the details of a network operation, including the tasks involved in the network operation and the status of the tasks.default GetSolNetworkOperationResponseTnbClient. getSolNetworkOperation(GetSolNetworkOperationRequest getSolNetworkOperationRequest)Gets the details of a network operation, including the tasks involved in the network operation and the status of the tasks.Methods in software.amazon.awssdk.services.tnb that return types with arguments of type GetSolNetworkOperationResponse Modifier and Type Method Description default CompletableFuture<GetSolNetworkOperationResponse>TnbAsyncClient. getSolNetworkOperation(Consumer<GetSolNetworkOperationRequest.Builder> getSolNetworkOperationRequest)Gets the details of a network operation, including the tasks involved in the network operation and the status of the tasks.default CompletableFuture<GetSolNetworkOperationResponse>TnbAsyncClient. getSolNetworkOperation(GetSolNetworkOperationRequest getSolNetworkOperationRequest)Gets the details of a network operation, including the tasks involved in the network operation and the status of the tasks.
-