Uses of Class
software.amazon.awssdk.services.mturk.model.UpdateNotificationSettingsResponse
-
Packages that use UpdateNotificationSettingsResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of UpdateNotificationSettingsResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return UpdateNotificationSettingsResponse Modifier and Type Method Description default UpdateNotificationSettingsResponseMTurkClient. updateNotificationSettings(Consumer<UpdateNotificationSettingsRequest.Builder> updateNotificationSettingsRequest)TheUpdateNotificationSettingsoperation creates, updates, disables or re-enables notifications for a HIT type.default UpdateNotificationSettingsResponseMTurkClient. updateNotificationSettings(UpdateNotificationSettingsRequest updateNotificationSettingsRequest)TheUpdateNotificationSettingsoperation creates, updates, disables or re-enables notifications for a HIT type.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type UpdateNotificationSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateNotificationSettingsResponse>MTurkAsyncClient. updateNotificationSettings(Consumer<UpdateNotificationSettingsRequest.Builder> updateNotificationSettingsRequest)TheUpdateNotificationSettingsoperation creates, updates, disables or re-enables notifications for a HIT type.default CompletableFuture<UpdateNotificationSettingsResponse>MTurkAsyncClient. updateNotificationSettings(UpdateNotificationSettingsRequest updateNotificationSettingsRequest)TheUpdateNotificationSettingsoperation creates, updates, disables or re-enables notifications for a HIT type.
-