| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
TableObject |
TableObject.clone() |
TableObject |
TableObject.withETag(String eTag)
The Amazon S3 ETag of the object.
|
TableObject |
TableObject.withSize(Long size)
The size of the Amazon S3 object in bytes.
|
TableObject |
TableObject.withUri(String uri)
The Amazon S3 location of the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableObject> |
PartitionObjects.getObjects()
A list of table objects
|
| Modifier and Type | Method and Description |
|---|---|
PartitionObjects |
PartitionObjects.withObjects(TableObject... objects)
A list of table objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionObjects.setObjects(Collection<TableObject> objects)
A list of table objects
|
PartitionObjects |
PartitionObjects.withObjects(Collection<TableObject> objects)
A list of table objects
|
Copyright © 2023. All rights reserved.