| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AbortCriteria |
AbortCriteria.clone() |
AbortCriteria |
AbortCriteria.withAction(AbortAction action)
The type of job action to take to initiate the job abort.
|
AbortCriteria |
AbortCriteria.withAction(String action)
The type of job action to take to initiate the job abort.
|
AbortCriteria |
AbortCriteria.withFailureType(JobExecutionFailureType failureType)
The type of job execution failures that can initiate a job abort.
|
AbortCriteria |
AbortCriteria.withFailureType(String failureType)
The type of job execution failures that can initiate a job abort.
|
AbortCriteria |
AbortCriteria.withMinNumberOfExecutedThings(Integer minNumberOfExecutedThings)
The minimum number of things which must receive job execution notifications before the job can be aborted.
|
AbortCriteria |
AbortCriteria.withThresholdPercentage(Double thresholdPercentage)
The minimum percentage of job execution failures that must occur to initiate the job abort.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbortCriteria> |
AbortConfig.getCriteriaList()
The list of criteria that determine when and how to abort the job.
|
| Modifier and Type | Method and Description |
|---|---|
AbortConfig |
AbortConfig.withCriteriaList(AbortCriteria... criteriaList)
The list of criteria that determine when and how to abort the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbortConfig.setCriteriaList(Collection<AbortCriteria> criteriaList)
The list of criteria that determine when and how to abort the job.
|
AbortConfig |
AbortConfig.withCriteriaList(Collection<AbortCriteria> criteriaList)
The list of criteria that determine when and how to abort the job.
|
Copyright © 2024. All rights reserved.