Uses of Class
software.amazon.awssdk.services.iot.model.AbortConfig
-
Packages that use AbortConfig Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AbortConfig in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AbortConfig Modifier and Type Method Description AbortConfig
CreateJobRequest. abortConfig()
Allows you to create the criteria to abort a job.AbortConfig
CreateJobTemplateRequest. abortConfig()
Returns the value of the AbortConfig property for this object.AbortConfig
DescribeJobTemplateResponse. abortConfig()
Returns the value of the AbortConfig property for this object.AbortConfig
Job. abortConfig()
Configuration for criteria to abort the job.AbortConfig
UpdateJobRequest. abortConfig()
Allows you to create criteria to abort a job.Methods in software.amazon.awssdk.services.iot.model with parameters of type AbortConfig Modifier and Type Method Description CreateJobRequest.Builder
CreateJobRequest.Builder. abortConfig(AbortConfig abortConfig)
Allows you to create the criteria to abort a job.CreateJobTemplateRequest.Builder
CreateJobTemplateRequest.Builder. abortConfig(AbortConfig abortConfig)
Sets the value of the AbortConfig property for this object.DescribeJobTemplateResponse.Builder
DescribeJobTemplateResponse.Builder. abortConfig(AbortConfig abortConfig)
Sets the value of the AbortConfig property for this object.Job.Builder
Job.Builder. abortConfig(AbortConfig abortConfig)
Configuration for criteria to abort the job.UpdateJobRequest.Builder
UpdateJobRequest.Builder. abortConfig(AbortConfig abortConfig)
Allows you to create criteria to abort a job.
-