Uses of Interface
software.amazon.awssdk.services.mturk.model.CreateHitWithHitTypeResponse.Builder
-
Packages that use CreateHitWithHitTypeResponse.Builder Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of CreateHitWithHitTypeResponse.Builder in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return CreateHitWithHitTypeResponse.Builder Modifier and Type Method Description static CreateHitWithHitTypeResponse.BuilderCreateHitWithHitTypeResponse. builder()default CreateHitWithHitTypeResponse.BuilderCreateHitWithHitTypeResponse.Builder. hit(Consumer<HIT.Builder> hit)Contains the newly created HIT data.CreateHitWithHitTypeResponse.BuilderCreateHitWithHitTypeResponse.Builder. hit(HIT hit)Contains the newly created HIT data.CreateHitWithHitTypeResponse.BuilderCreateHitWithHitTypeResponse. toBuilder()Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type CreateHitWithHitTypeResponse.Builder Modifier and Type Method Description static Class<? extends CreateHitWithHitTypeResponse.Builder>CreateHitWithHitTypeResponse. serializableBuilderClass()
-