Uses of Class
software.amazon.awssdk.services.lakeformation.model.CancelTransactionRequest
-
Packages that use CancelTransactionRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of CancelTransactionRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type CancelTransactionRequest Modifier and Type Method Description default CompletableFuture<CancelTransactionResponse>LakeFormationAsyncClient. cancelTransaction(CancelTransactionRequest cancelTransactionRequest)Attempts to cancel the specified transaction.default CancelTransactionResponseLakeFormationClient. cancelTransaction(CancelTransactionRequest cancelTransactionRequest)Attempts to cancel the specified transaction. -
Uses of CancelTransactionRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type CancelTransactionRequest Modifier and Type Method Description SdkHttpFullRequestCancelTransactionRequestMarshaller. marshall(CancelTransactionRequest cancelTransactionRequest)
-