Uses of Class
software.amazon.awssdk.services.mturk.model.UpdateNotificationSettingsRequest
-
Packages that use UpdateNotificationSettingsRequest Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.transform -
-
Uses of UpdateNotificationSettingsRequest in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk with parameters of type UpdateNotificationSettingsRequest Modifier and Type Method Description default CompletableFuture<UpdateNotificationSettingsResponse>MTurkAsyncClient. updateNotificationSettings(UpdateNotificationSettingsRequest 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. -
Uses of UpdateNotificationSettingsRequest in software.amazon.awssdk.services.mturk.transform
Methods in software.amazon.awssdk.services.mturk.transform with parameters of type UpdateNotificationSettingsRequest Modifier and Type Method Description SdkHttpFullRequestUpdateNotificationSettingsRequestMarshaller. marshall(UpdateNotificationSettingsRequest updateNotificationSettingsRequest)
-