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)Most elements except theRestoreTestingSelectionNamecan be updated with this request.default UpdateRestoreTestingSelectionResponseBackupClient. updateRestoreTestingSelection(UpdateRestoreTestingSelectionRequest updateRestoreTestingSelectionRequest)Most elements except theRestoreTestingSelectionNamecan be updated with this request.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)Most elements except theRestoreTestingSelectionNamecan be updated with this request.default CompletableFuture<UpdateRestoreTestingSelectionResponse>BackupAsyncClient. updateRestoreTestingSelection(UpdateRestoreTestingSelectionRequest updateRestoreTestingSelectionRequest)Most elements except theRestoreTestingSelectionNamecan be updated with this request.
-