Uses of Class
software.amazon.awssdk.services.backupstorage.model.DeleteObjectResponse
-
Packages that use DeleteObjectResponse Package Description software.amazon.awssdk.services.backupstorage The frontend service for Cryo Storage. -
-
Uses of DeleteObjectResponse in software.amazon.awssdk.services.backupstorage
Methods in software.amazon.awssdk.services.backupstorage that return DeleteObjectResponse Modifier and Type Method Description default DeleteObjectResponseBackupStorageClient. deleteObject(Consumer<DeleteObjectRequest.Builder> deleteObjectRequest)Delete Object from the incremental base Backup.default DeleteObjectResponseBackupStorageClient. deleteObject(DeleteObjectRequest deleteObjectRequest)Delete Object from the incremental base Backup.Methods in software.amazon.awssdk.services.backupstorage that return types with arguments of type DeleteObjectResponse Modifier and Type Method Description default CompletableFuture<DeleteObjectResponse>BackupStorageAsyncClient. deleteObject(Consumer<DeleteObjectRequest.Builder> deleteObjectRequest)Delete Object from the incremental base Backup.default CompletableFuture<DeleteObjectResponse>BackupStorageAsyncClient. deleteObject(DeleteObjectRequest deleteObjectRequest)Delete Object from the incremental base Backup.
-