Uses of Class
software.amazon.awssdk.services.iot.model.AbortCriteria
-
Packages that use AbortCriteria Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AbortCriteria in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AbortCriteria Modifier and Type Method Description List<AbortCriteria>AbortConfig. criteriaList()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 AbortCriteria Modifier and Type Method Description AbortConfig.BuilderAbortConfig.Builder. criteriaList(AbortCriteria... criteriaList)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 AbortCriteria Modifier and Type Method Description AbortConfig.BuilderAbortConfig.Builder. criteriaList(Collection<AbortCriteria> criteriaList)The list of criteria that determine when and how to abort the job.
-