default CancelTransactionResponse |
LakeFormationClient.cancelTransaction(Consumer<CancelTransactionRequest.Builder> cancelTransactionRequest) |
Attempts to cancel the specified transaction.
|
default CancelTransactionResponse |
LakeFormationClient.cancelTransaction(CancelTransactionRequest cancelTransactionRequest) |
Attempts to cancel the specified transaction.
|
default ExtendTransactionResponse |
LakeFormationClient.extendTransaction(Consumer<ExtendTransactionRequest.Builder> extendTransactionRequest) |
Indicates to the service that the specified transaction is still active and should not be treated as idle and
aborted.
|
default ExtendTransactionResponse |
LakeFormationClient.extendTransaction(ExtendTransactionRequest extendTransactionRequest) |
Indicates to the service that the specified transaction is still active and should not be treated as idle and
aborted.
|
default UpdateTableObjectsResponse |
LakeFormationClient.updateTableObjects(Consumer<UpdateTableObjectsRequest.Builder> updateTableObjectsRequest) |
Updates the manifest of Amazon S3 objects that make up the specified governed table.
|
default UpdateTableObjectsResponse |
LakeFormationClient.updateTableObjects(UpdateTableObjectsRequest updateTableObjectsRequest) |
Updates the manifest of Amazon S3 objects that make up the specified governed table.
|