Uses of Class
software.amazon.awssdk.services.backup.model.DeleteRestoreTestingSelectionResponse
-
Packages that use DeleteRestoreTestingSelectionResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of DeleteRestoreTestingSelectionResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return DeleteRestoreTestingSelectionResponse Modifier and Type Method Description default DeleteRestoreTestingSelectionResponseBackupClient. deleteRestoreTestingSelection(Consumer<DeleteRestoreTestingSelectionRequest.Builder> deleteRestoreTestingSelectionRequest)Input the Restore Testing Plan name and Restore Testing Selection name.default DeleteRestoreTestingSelectionResponseBackupClient. deleteRestoreTestingSelection(DeleteRestoreTestingSelectionRequest deleteRestoreTestingSelectionRequest)Input the Restore Testing Plan name and Restore Testing Selection name.Methods in software.amazon.awssdk.services.backup that return types with arguments of type DeleteRestoreTestingSelectionResponse Modifier and Type Method Description default CompletableFuture<DeleteRestoreTestingSelectionResponse>BackupAsyncClient. deleteRestoreTestingSelection(Consumer<DeleteRestoreTestingSelectionRequest.Builder> deleteRestoreTestingSelectionRequest)Input the Restore Testing Plan name and Restore Testing Selection name.default CompletableFuture<DeleteRestoreTestingSelectionResponse>BackupAsyncClient. deleteRestoreTestingSelection(DeleteRestoreTestingSelectionRequest deleteRestoreTestingSelectionRequest)Input the Restore Testing Plan name and Restore Testing Selection name.
-