Uses of Class
software.amazon.awssdk.services.tnb.model.GetSolNetworkOperationRequest
-
Packages that use GetSolNetworkOperationRequest 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.transform -
-
Uses of GetSolNetworkOperationRequest in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb with parameters of type GetSolNetworkOperationRequest Modifier and Type Method Description 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.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. -
Uses of GetSolNetworkOperationRequest in software.amazon.awssdk.services.tnb.transform
Methods in software.amazon.awssdk.services.tnb.transform with parameters of type GetSolNetworkOperationRequest Modifier and Type Method Description SdkHttpFullRequestGetSolNetworkOperationRequestMarshaller. marshall(GetSolNetworkOperationRequest getSolNetworkOperationRequest)
-