Uses of Class
software.amazon.awssdk.services.lakeformation.model.DeleteObjectsOnCancelRequest
-
Packages that use DeleteObjectsOnCancelRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of DeleteObjectsOnCancelRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type DeleteObjectsOnCancelRequest Modifier and Type Method Description default CompletableFuture<DeleteObjectsOnCancelResponse>LakeFormationAsyncClient. deleteObjectsOnCancel(DeleteObjectsOnCancelRequest deleteObjectsOnCancelRequest)For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted if the transaction is canceled.default DeleteObjectsOnCancelResponseLakeFormationClient. deleteObjectsOnCancel(DeleteObjectsOnCancelRequest deleteObjectsOnCancelRequest)For a specific governed table, provides a list of Amazon S3 objects that will be written during the current transaction and that can be automatically deleted if the transaction is canceled. -
Uses of DeleteObjectsOnCancelRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type DeleteObjectsOnCancelRequest Modifier and Type Method Description SdkHttpFullRequestDeleteObjectsOnCancelRequestMarshaller. marshall(DeleteObjectsOnCancelRequest deleteObjectsOnCancelRequest)
-