| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectInput |
DeleteObjectInput.clone() |
DeleteObjectInput |
WriteOperation.getDeleteObject()
An object to delete from the governed table.
|
DeleteObjectInput |
DeleteObjectInput.withETag(String eTag)
The Amazon S3 ETag of the object.
|
DeleteObjectInput |
DeleteObjectInput.withPartitionValues(Collection<String> partitionValues)
A list of partition values for the object.
|
DeleteObjectInput |
DeleteObjectInput.withPartitionValues(String... partitionValues)
A list of partition values for the object.
|
DeleteObjectInput |
DeleteObjectInput.withUri(String uri)
The Amazon S3 location of the object to delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteOperation.setDeleteObject(DeleteObjectInput deleteObject)
An object to delete from the governed table.
|
WriteOperation |
WriteOperation.withDeleteObject(DeleteObjectInput deleteObject)
An object to delete from the governed table.
|
Copyright © 2025. All rights reserved.