Uses of Class
software.amazon.awssdk.services.backup.model.UpdateRecoveryPointIndexSettingsResponse
-
Packages that use UpdateRecoveryPointIndexSettingsResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of UpdateRecoveryPointIndexSettingsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return UpdateRecoveryPointIndexSettingsResponse Modifier and Type Method Description default UpdateRecoveryPointIndexSettingsResponseBackupClient. updateRecoveryPointIndexSettings(Consumer<UpdateRecoveryPointIndexSettingsRequest.Builder> updateRecoveryPointIndexSettingsRequest)This operation updates the settings of a recovery point index.default UpdateRecoveryPointIndexSettingsResponseBackupClient. updateRecoveryPointIndexSettings(UpdateRecoveryPointIndexSettingsRequest updateRecoveryPointIndexSettingsRequest)This operation updates the settings of a recovery point index.Methods in software.amazon.awssdk.services.backup that return types with arguments of type UpdateRecoveryPointIndexSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateRecoveryPointIndexSettingsResponse>BackupAsyncClient. updateRecoveryPointIndexSettings(Consumer<UpdateRecoveryPointIndexSettingsRequest.Builder> updateRecoveryPointIndexSettingsRequest)This operation updates the settings of a recovery point index.default CompletableFuture<UpdateRecoveryPointIndexSettingsResponse>BackupAsyncClient. updateRecoveryPointIndexSettings(UpdateRecoveryPointIndexSettingsRequest updateRecoveryPointIndexSettingsRequest)This operation updates the settings of a recovery point index.
-