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