Uses of Class
software.amazon.awssdk.services.iot.model.JobExecutionStatusDetails
-
Packages that use JobExecutionStatusDetails Package Description software.amazon.awssdk.services.iot.model -
-
Uses of JobExecutionStatusDetails in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return JobExecutionStatusDetails Modifier and Type Method Description JobExecutionStatusDetailsJobExecution. statusDetails()A collection of name/value pairs that describe the status of the job execution.Methods in software.amazon.awssdk.services.iot.model with parameters of type JobExecutionStatusDetails Modifier and Type Method Description JobExecution.BuilderJobExecution.Builder. statusDetails(JobExecutionStatusDetails statusDetails)A collection of name/value pairs that describe the status of the job execution.
-