| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
List<HITLayoutParameter> |
CreateHitWithHitTypeRequest.hitLayoutParameters()
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
List<HITLayoutParameter> |
CreateHitRequest.hitLayoutParameters()
If the HITLayoutId is provided, any placeholder values must be filled in with values using the HITLayoutParameter
structure.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHitWithHitTypeRequest.Builder |
CreateHitWithHitTypeRequest.Builder.hitLayoutParameters(HITLayoutParameter... hitLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the
HITLayoutParameter structure.
|
CreateHitRequest.Builder |
CreateHitRequest.Builder.hitLayoutParameters(HITLayoutParameter... hitLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the
HITLayoutParameter structure.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHitWithHitTypeRequest.Builder |
CreateHitWithHitTypeRequest.Builder.hitLayoutParameters(Collection<HITLayoutParameter> hitLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the
HITLayoutParameter structure.
|
CreateHitRequest.Builder |
CreateHitRequest.Builder.hitLayoutParameters(Collection<HITLayoutParameter> hitLayoutParameters)
If the HITLayoutId is provided, any placeholder values must be filled in with values using the
HITLayoutParameter structure.
|
Copyright © 2023. All rights reserved.