Uses of Class
software.amazon.awssdk.services.backup.model.UpdateRestoreTestingSelectionResponse
-
Packages that use UpdateRestoreTestingSelectionResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of UpdateRestoreTestingSelectionResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return UpdateRestoreTestingSelectionResponse Modifier and Type Method Description default UpdateRestoreTestingSelectionResponseBackupClient. updateRestoreTestingSelection(Consumer<UpdateRestoreTestingSelectionRequest.Builder> updateRestoreTestingSelectionRequest)Updates the specified restore testing selection.default UpdateRestoreTestingSelectionResponseBackupClient. updateRestoreTestingSelection(UpdateRestoreTestingSelectionRequest updateRestoreTestingSelectionRequest)Updates the specified restore testing selection.Methods in software.amazon.awssdk.services.backup that return types with arguments of type UpdateRestoreTestingSelectionResponse Modifier and Type Method Description default CompletableFuture<UpdateRestoreTestingSelectionResponse>BackupAsyncClient. updateRestoreTestingSelection(Consumer<UpdateRestoreTestingSelectionRequest.Builder> updateRestoreTestingSelectionRequest)Updates the specified restore testing selection.default CompletableFuture<UpdateRestoreTestingSelectionResponse>BackupAsyncClient. updateRestoreTestingSelection(UpdateRestoreTestingSelectionRequest updateRestoreTestingSelectionRequest)Updates the specified restore testing selection.
-