Uses of Class
software.amazon.awssdk.services.iot.model.AwsJobAbortCriteria
-
Packages that use AwsJobAbortCriteria Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AwsJobAbortCriteria in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AwsJobAbortCriteria Modifier and Type Method Description List<AwsJobAbortCriteria>AwsJobAbortConfig. abortCriteriaList()The list of criteria that determine when and how to abort the job.Methods in software.amazon.awssdk.services.iot.model with parameters of type AwsJobAbortCriteria Modifier and Type Method Description AwsJobAbortConfig.BuilderAwsJobAbortConfig.Builder. abortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)The list of criteria that determine when and how to abort the job.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AwsJobAbortCriteria Modifier and Type Method Description AwsJobAbortConfig.BuilderAwsJobAbortConfig.Builder. abortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)The list of criteria that determine when and how to abort the job.
-