Uses of Class
software.amazon.awssdk.services.backup.model.GetRestoreTestingSelectionResponse
-
Packages that use GetRestoreTestingSelectionResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of GetRestoreTestingSelectionResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return GetRestoreTestingSelectionResponse Modifier and Type Method Description default GetRestoreTestingSelectionResponseBackupClient. getRestoreTestingSelection(Consumer<GetRestoreTestingSelectionRequest.Builder> getRestoreTestingSelectionRequest)Returns RestoreTestingSelection, which displays resources and elements of the restore testing plan.default GetRestoreTestingSelectionResponseBackupClient. getRestoreTestingSelection(GetRestoreTestingSelectionRequest getRestoreTestingSelectionRequest)Returns RestoreTestingSelection, which displays resources and elements of the restore testing plan.Methods in software.amazon.awssdk.services.backup that return types with arguments of type GetRestoreTestingSelectionResponse Modifier and Type Method Description default CompletableFuture<GetRestoreTestingSelectionResponse>BackupAsyncClient. getRestoreTestingSelection(Consumer<GetRestoreTestingSelectionRequest.Builder> getRestoreTestingSelectionRequest)Returns RestoreTestingSelection, which displays resources and elements of the restore testing plan.default CompletableFuture<GetRestoreTestingSelectionResponse>BackupAsyncClient. getRestoreTestingSelection(GetRestoreTestingSelectionRequest getRestoreTestingSelectionRequest)Returns RestoreTestingSelection, which displays resources and elements of the restore testing plan.
-