Uses of Class
software.amazon.awssdk.services.iot.model.DocumentParameter
-
Packages that use DocumentParameter Package Description software.amazon.awssdk.services.iot.model -
-
Uses of DocumentParameter in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DocumentParameter Modifier and Type Method Description List<DocumentParameter>DescribeManagedJobTemplateResponse. documentParameters()A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.Methods in software.amazon.awssdk.services.iot.model with parameters of type DocumentParameter Modifier and Type Method Description DescribeManagedJobTemplateResponse.BuilderDescribeManagedJobTemplateResponse.Builder. documentParameters(DocumentParameter... documentParameters)A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type DocumentParameter Modifier and Type Method Description DescribeManagedJobTemplateResponse.BuilderDescribeManagedJobTemplateResponse.Builder. documentParameters(Collection<DocumentParameter> documentParameters)A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.
-