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