Uses of Interface
software.amazon.awssdk.services.mturk.model.CreateHitTypeResponse.Builder
-
Packages that use CreateHitTypeResponse.Builder Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of CreateHitTypeResponse.Builder in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return CreateHitTypeResponse.Builder Modifier and Type Method Description static CreateHitTypeResponse.BuilderCreateHitTypeResponse. builder()CreateHitTypeResponse.BuilderCreateHitTypeResponse.Builder. hitTypeId(String hitTypeId)The ID of the newly registered HIT type.CreateHitTypeResponse.BuilderCreateHitTypeResponse. toBuilder()Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type CreateHitTypeResponse.Builder Modifier and Type Method Description static Class<? extends CreateHitTypeResponse.Builder>CreateHitTypeResponse. serializableBuilderClass()
-