Uses of Class
software.amazon.awssdk.services.lakeformation.model.WriteOperation
-
Packages that use WriteOperation Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of WriteOperation in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type WriteOperation Modifier and Type Method Description List<WriteOperation>UpdateTableObjectsRequest. writeOperations()A list ofWriteOperationobjects that define an object to add to or delete from the manifest for a governed table.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type WriteOperation Modifier and Type Method Description UpdateTableObjectsRequest.BuilderUpdateTableObjectsRequest.Builder. writeOperations(WriteOperation... writeOperations)A list ofWriteOperationobjects that define an object to add to or delete from the manifest for a governed table.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type WriteOperation Modifier and Type Method Description UpdateTableObjectsRequest.BuilderUpdateTableObjectsRequest.Builder. writeOperations(Collection<WriteOperation> writeOperations)A list ofWriteOperationobjects that define an object to add to or delete from the manifest for a governed table.
-