Uses of Class
software.amazon.awssdk.services.backup.model.StartRestoreJobResponse
-
Packages that use StartRestoreJobResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of StartRestoreJobResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return StartRestoreJobResponse Modifier and Type Method Description default StartRestoreJobResponseBackupClient. startRestoreJob(Consumer<StartRestoreJobRequest.Builder> startRestoreJobRequest)Recovers the saved resource identified by an Amazon Resource Name (ARN).default StartRestoreJobResponseBackupClient. startRestoreJob(StartRestoreJobRequest startRestoreJobRequest)Recovers the saved resource identified by an Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.backup that return types with arguments of type StartRestoreJobResponse Modifier and Type Method Description default CompletableFuture<StartRestoreJobResponse>BackupAsyncClient. startRestoreJob(Consumer<StartRestoreJobRequest.Builder> startRestoreJobRequest)Recovers the saved resource identified by an Amazon Resource Name (ARN).default CompletableFuture<StartRestoreJobResponse>BackupAsyncClient. startRestoreJob(StartRestoreJobRequest startRestoreJobRequest)Recovers the saved resource identified by an Amazon Resource Name (ARN).
-