| Package | Description |
|---|---|
| com.amazonaws.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
IoTJobAbortCriteria |
IoTJobAbortCriteria.clone() |
IoTJobAbortCriteria |
IoTJobAbortCriteria.withAction(IoTJobAbortAction action)
The action to perform when the criteria are met.
|
IoTJobAbortCriteria |
IoTJobAbortCriteria.withAction(String action)
The action to perform when the criteria are met.
|
IoTJobAbortCriteria |
IoTJobAbortCriteria.withFailureType(IoTJobExecutionFailureType failureType)
The type of job deployment failure that can cancel a job.
|
IoTJobAbortCriteria |
IoTJobAbortCriteria.withFailureType(String failureType)
The type of job deployment failure that can cancel a job.
|
IoTJobAbortCriteria |
IoTJobAbortCriteria.withMinNumberOfExecutedThings(Integer minNumberOfExecutedThings)
The minimum number of things that receive the configuration before the job can cancel.
|
IoTJobAbortCriteria |
IoTJobAbortCriteria.withThresholdPercentage(Double thresholdPercentage)
The minimum percentage of
failureType failures that occur before the job can cancel. |
| Modifier and Type | Method and Description |
|---|---|
List<IoTJobAbortCriteria> |
IoTJobAbortConfig.getCriteriaList()
The list of criteria that define when and how to cancel the configuration deployment.
|
| Modifier and Type | Method and Description |
|---|---|
IoTJobAbortConfig |
IoTJobAbortConfig.withCriteriaList(IoTJobAbortCriteria... criteriaList)
The list of criteria that define when and how to cancel the configuration deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IoTJobAbortConfig.setCriteriaList(Collection<IoTJobAbortCriteria> criteriaList)
The list of criteria that define when and how to cancel the configuration deployment.
|
IoTJobAbortConfig |
IoTJobAbortConfig.withCriteriaList(Collection<IoTJobAbortCriteria> criteriaList)
The list of criteria that define when and how to cancel the configuration deployment.
|
Copyright © 2025. All rights reserved.