Uses of Class
software.amazon.awssdk.services.lakeformation.model.DeleteObjectsOnCancelResponse
-
Packages that use DeleteObjectsOnCancelResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of DeleteObjectsOnCancelResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return DeleteObjectsOnCancelResponse Modifier and Type Method Description default DeleteObjectsOnCancelResponseLakeFormationClient. deleteObjectsOnCancel(Consumer<DeleteObjectsOnCancelRequest.Builder> 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.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type DeleteObjectsOnCancelResponse Modifier and Type Method Description default CompletableFuture<DeleteObjectsOnCancelResponse>LakeFormationAsyncClient. deleteObjectsOnCancel(Consumer<DeleteObjectsOnCancelRequest.Builder> 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 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.
-