default CommitTransactionResponse |
LakeFormationClient.commitTransaction(Consumer<CommitTransactionRequest.Builder> commitTransactionRequest) |
Attempts to commit the specified transaction.
|
default CommitTransactionResponse |
LakeFormationClient.commitTransaction(CommitTransactionRequest commitTransactionRequest) |
Attempts to commit the specified transaction.
|
default DeleteObjectsOnCancelResponse |
LakeFormationClient.deleteObjectsOnCancel(Consumer<DeleteObjectsOnCancelRequest.Builder> deleteObjectsOnCancelRequest) |
For a specific governed table, provides a list of Amazon S3 objects that will be written during the current
transaction and that can be automatically deleted if the transaction is canceled.
|
default DeleteObjectsOnCancelResponse |
LakeFormationClient.deleteObjectsOnCancel(DeleteObjectsOnCancelRequest deleteObjectsOnCancelRequest) |
For a specific governed table, provides a list of Amazon S3 objects that will be written during the current
transaction and that can be automatically deleted if the transaction is canceled.
|
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 GetTableObjectsResponse |
LakeFormationClient.getTableObjects(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest) |
Returns the set of Amazon S3 objects that make up the specified governed table.
|
default GetTableObjectsResponse |
LakeFormationClient.getTableObjects(GetTableObjectsRequest getTableObjectsRequest) |
Returns the set of Amazon S3 objects that make up the specified governed table.
|
default GetTableObjectsIterable |
LakeFormationClient.getTableObjectsPaginator(Consumer<GetTableObjectsRequest.Builder> getTableObjectsRequest) |
|
default GetTableObjectsIterable |
LakeFormationClient.getTableObjectsPaginator(GetTableObjectsRequest getTableObjectsRequest) |
|
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.
|