| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
List<WriteOperation> |
UpdateTableObjectsRequest.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 |
|---|---|
UpdateTableObjectsRequest.Builder |
UpdateTableObjectsRequest.Builder.writeOperations(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 |
|---|---|
UpdateTableObjectsRequest.Builder |
UpdateTableObjectsRequest.Builder.writeOperations(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 © 2022. All rights reserved.