Uses of Class
software.amazon.awssdk.services.greengrassv2.model.IoTJobAbortCriteria
-
Packages that use IoTJobAbortCriteria Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of IoTJobAbortCriteria in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type IoTJobAbortCriteria Modifier and Type Method Description List<IoTJobAbortCriteria>IoTJobAbortConfig. criteriaList()The list of criteria that define when and how to cancel the configuration deployment.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type IoTJobAbortCriteria Modifier and Type Method Description IoTJobAbortConfig.BuilderIoTJobAbortConfig.Builder. criteriaList(IoTJobAbortCriteria... criteriaList)The list of criteria that define when and how to cancel the configuration deployment.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type IoTJobAbortCriteria Modifier and Type Method Description IoTJobAbortConfig.BuilderIoTJobAbortConfig.Builder. criteriaList(Collection<IoTJobAbortCriteria> criteriaList)The list of criteria that define when and how to cancel the configuration deployment.
-