public class BackupRestorer extends BaseClient<BackupRestoreResponse> implements ClientResult<BackupRestoreResponse>
| Constructor and Description |
|---|
BackupRestorer(Config config,
BackupRestoreStatusGetter statusGetter) |
| Modifier and Type | Method and Description |
|---|---|
BackupRestorer |
backend(String backend) |
Result<BackupRestoreResponse> |
run() |
BackupRestorer |
withBackupId(String backupId) |
BackupRestorer |
withExcludeClassNames(String... classNames) |
BackupRestorer |
withIncludeClassNames(String... classNames) |
BackupRestorer |
withWaitForCompletion(boolean waitForCompletion) |
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequestpublic BackupRestorer(Config config, BackupRestoreStatusGetter statusGetter)
public BackupRestorer withIncludeClassNames(String... classNames)
public BackupRestorer withExcludeClassNames(String... classNames)
public BackupRestorer backend(String backend)
public BackupRestorer withBackupId(String backupId)
public BackupRestorer withWaitForCompletion(boolean waitForCompletion)
public Result<BackupRestoreResponse> run()
run in interface ClientResult<BackupRestoreResponse>Copyright © 2022 SeMI Technologies B.V.. All rights reserved.