| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
WriteOperation |
WriteOperation.clone() |
WriteOperation |
WriteOperation.withAddObject(AddObjectInput addObject)
A new object to add to the governed table.
|
WriteOperation |
WriteOperation.withDeleteObject(DeleteObjectInput deleteObject)
An object to delete from the governed table.
|
| Modifier and Type | Method and Description |
|---|---|
List<WriteOperation> |
UpdateTableObjectsRequest.getWriteOperations()
A list of
WriteOperation objects that define an object to add to or delete from the manifest for a
governed table. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTableObjectsRequest.setWriteOperations(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(Collection<WriteOperation> writeOperations)
A list of
WriteOperation objects that define an object to add to or delete from the manifest for a
governed table. |
Copyright © 2023. All rights reserved.