Uses of Class
software.amazon.awssdk.services.tnb.model.CancelSolNetworkOperationRequest
-
Packages that use CancelSolNetworkOperationRequest 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 CancelSolNetworkOperationRequest in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb with parameters of type CancelSolNetworkOperationRequest Modifier and Type Method Description default CompletableFuture<CancelSolNetworkOperationResponse>TnbAsyncClient. cancelSolNetworkOperation(CancelSolNetworkOperationRequest cancelSolNetworkOperationRequest)Cancels a network operation.default CancelSolNetworkOperationResponseTnbClient. cancelSolNetworkOperation(CancelSolNetworkOperationRequest cancelSolNetworkOperationRequest)Cancels a network operation. -
Uses of CancelSolNetworkOperationRequest in software.amazon.awssdk.services.tnb.transform
Methods in software.amazon.awssdk.services.tnb.transform with parameters of type CancelSolNetworkOperationRequest Modifier and Type Method Description SdkHttpFullRequestCancelSolNetworkOperationRequestMarshaller. marshall(CancelSolNetworkOperationRequest cancelSolNetworkOperationRequest)
-