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 AbortConfigCreateJobRequest. abortConfig()Allows you to create the criteria to abort a job.AbortConfigCreateJobTemplateRequest. abortConfig()Returns the value of the AbortConfig property for this object.AbortConfigDescribeJobTemplateResponse. abortConfig()Returns the value of the AbortConfig property for this object.AbortConfigJob. abortConfig()Configuration for criteria to abort the job.AbortConfigUpdateJobRequest. 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.BuilderCreateJobRequest.Builder. abortConfig(AbortConfig abortConfig)Allows you to create the criteria to abort a job.CreateJobTemplateRequest.BuilderCreateJobTemplateRequest.Builder. abortConfig(AbortConfig abortConfig)Sets the value of the AbortConfig property for this object.DescribeJobTemplateResponse.BuilderDescribeJobTemplateResponse.Builder. abortConfig(AbortConfig abortConfig)Sets the value of the AbortConfig property for this object.Job.BuilderJob.Builder. abortConfig(AbortConfig abortConfig)Configuration for criteria to abort the job.UpdateJobRequest.BuilderUpdateJobRequest.Builder. abortConfig(AbortConfig abortConfig)Allows you to create criteria to abort a job.
-