Package | Description |
---|---|
com.amazonaws.services.lakeformation |
|
com.amazonaws.services.lakeformation.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateTableObjectsResult> |
AbstractAWSLakeFormationAsync.updateTableObjectsAsync(UpdateTableObjectsRequest request,
AsyncHandler<UpdateTableObjectsRequest,UpdateTableObjectsResult> asyncHandler) |
Future<UpdateTableObjectsResult> |
AWSLakeFormationAsyncClient.updateTableObjectsAsync(UpdateTableObjectsRequest request,
AsyncHandler<UpdateTableObjectsRequest,UpdateTableObjectsResult> asyncHandler) |
Future<UpdateTableObjectsResult> |
AWSLakeFormationAsync.updateTableObjectsAsync(UpdateTableObjectsRequest updateTableObjectsRequest,
AsyncHandler<UpdateTableObjectsRequest,UpdateTableObjectsResult> asyncHandler)
Updates the manifest of Amazon S3 objects that make up the specified governed table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableObjectsRequest |
UpdateTableObjectsRequest.clone() |
UpdateTableObjectsRequest |
UpdateTableObjectsRequest.withCatalogId(String catalogId)
The catalog containing the governed table to update.
|
UpdateTableObjectsRequest |
UpdateTableObjectsRequest.withDatabaseName(String databaseName)
The database containing the governed table to update.
|
UpdateTableObjectsRequest |
UpdateTableObjectsRequest.withTableName(String tableName)
The governed table to update.
|
UpdateTableObjectsRequest |
UpdateTableObjectsRequest.withTransactionId(String transactionId)
The transaction at which to do the write.
|
UpdateTableObjectsRequest |
UpdateTableObjectsRequest.withWriteOperations(Collection<WriteOperation> writeOperations)
A list of
WriteOperation objects that define an object to add to or delete from the manifest for a
governed table. |
UpdateTableObjectsRequest |
UpdateTableObjectsRequest.withWriteOperations(WriteOperation... writeOperations)
A list of
WriteOperation objects that define an object to add to or delete from the manifest for a
governed table. |
Copyright © 2024. All rights reserved.