Uses of Class
software.amazon.awssdk.services.backup.model.UpdateGlobalSettingsResponse
-
Packages that use UpdateGlobalSettingsResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of UpdateGlobalSettingsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return UpdateGlobalSettingsResponse Modifier and Type Method Description default UpdateGlobalSettingsResponseBackupClient. updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)Updates whether the Amazon Web Services account is opted in to cross-account backup.default UpdateGlobalSettingsResponseBackupClient. updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)Updates whether the Amazon Web Services account is opted in to cross-account backup.Methods in software.amazon.awssdk.services.backup that return types with arguments of type UpdateGlobalSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateGlobalSettingsResponse>BackupAsyncClient. updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)Updates whether the Amazon Web Services account is opted in to cross-account backup.default CompletableFuture<UpdateGlobalSettingsResponse>BackupAsyncClient. updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)Updates whether the Amazon Web Services account is opted in to cross-account backup.
-