Uses of Class
software.amazon.awssdk.services.mturk.model.HITLayoutParameter
-
Packages that use HITLayoutParameter Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of HITLayoutParameter in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type HITLayoutParameter Modifier and Type Method Description List<HITLayoutParameter>CreateHitRequest. hitLayoutParameters()If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure.List<HITLayoutParameter>CreateHitWithHitTypeRequest. hitLayoutParameters()If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure.Methods in software.amazon.awssdk.services.mturk.model with parameters of type HITLayoutParameter Modifier and Type Method Description CreateHitRequest.BuilderCreateHitRequest.Builder. hitLayoutParameters(HITLayoutParameter... hitLayoutParameters)If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure.CreateHitWithHitTypeRequest.BuilderCreateHitWithHitTypeRequest.Builder. hitLayoutParameters(HITLayoutParameter... hitLayoutParameters)If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure.Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type HITLayoutParameter Modifier and Type Method Description CreateHitRequest.BuilderCreateHitRequest.Builder. hitLayoutParameters(Collection<HITLayoutParameter> hitLayoutParameters)If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure.CreateHitWithHitTypeRequest.BuilderCreateHitWithHitTypeRequest.Builder. hitLayoutParameters(Collection<HITLayoutParameter> hitLayoutParameters)If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter structure.
-