Uses of Class
software.amazon.awssdk.services.lakeformation.model.VirtualObject
-
Packages that use VirtualObject Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of VirtualObject in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type VirtualObject Modifier and Type Method Description List<VirtualObject>DeleteObjectsOnCancelRequest. objects()A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type VirtualObject Modifier and Type Method Description DeleteObjectsOnCancelRequest.BuilderDeleteObjectsOnCancelRequest.Builder. objects(VirtualObject... objects)A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type VirtualObject Modifier and Type Method Description DeleteObjectsOnCancelRequest.BuilderDeleteObjectsOnCancelRequest.Builder. objects(Collection<VirtualObject> objects)A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.
-