| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AbortCriteria |
AbortCriteria.clone() |
AbortCriteria |
AbortCriteria.withAction(AbortAction action)
The type of abort action to initiate a job abort.
|
AbortCriteria |
AbortCriteria.withAction(String action)
The type of abort action to initiate a job abort.
|
AbortCriteria |
AbortCriteria.withFailureType(JobExecutionFailureType failureType)
The type of job execution failure to define a rule to initiate a job abort.
|
AbortCriteria |
AbortCriteria.withFailureType(String failureType)
The type of job execution failure to define a rule to initiate a job abort.
|
AbortCriteria |
AbortCriteria.withMinNumberOfExecutedThings(Integer minNumberOfExecutedThings)
Minimum number of executed things before evaluating an abort rule.
|
AbortCriteria |
AbortCriteria.withThresholdPercentage(Double thresholdPercentage)
The threshold as a percentage of the total number of executed things that will initiate a job abort.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbortCriteria> |
AbortConfig.getCriteriaList()
The list of abort criteria to define rules to abort the job.
|
| Modifier and Type | Method and Description |
|---|---|
AbortConfig |
AbortConfig.withCriteriaList(AbortCriteria... criteriaList)
The list of abort criteria to define rules to abort the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbortConfig.setCriteriaList(Collection<AbortCriteria> criteriaList)
The list of abort criteria to define rules to abort the job.
|
AbortConfig |
AbortConfig.withCriteriaList(Collection<AbortCriteria> criteriaList)
The list of abort criteria to define rules to abort the job.
|
Copyright © 2019. All rights reserved.