| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualObject |
VirtualObject.clone() |
VirtualObject |
VirtualObject.withETag(String eTag)
The ETag of the Amazon S3 object.
|
VirtualObject |
VirtualObject.withUri(String uri)
The path to the Amazon S3 object.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualObject> |
DeleteObjectsOnCancelRequest.getObjects()
A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction
cancels.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectsOnCancelRequest |
DeleteObjectsOnCancelRequest.withObjects(VirtualObject... objects)
A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction
cancels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteObjectsOnCancelRequest.setObjects(Collection<VirtualObject> objects)
A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction
cancels.
|
DeleteObjectsOnCancelRequest |
DeleteObjectsOnCancelRequest.withObjects(Collection<VirtualObject> objects)
A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction
cancels.
|
Copyright © 2022. All rights reserved.