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