| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AwsJobAbortCriteria |
AwsJobAbortCriteria.clone() |
AwsJobAbortCriteria |
AwsJobAbortCriteria.withAction(AwsJobAbortCriteriaAbortAction action)
The type of job action to take to initiate the job abort.
|
AwsJobAbortCriteria |
AwsJobAbortCriteria.withAction(String action)
The type of job action to take to initiate the job abort.
|
AwsJobAbortCriteria |
AwsJobAbortCriteria.withFailureType(AwsJobAbortCriteriaFailureType failureType)
The type of job execution failures that can initiate a job abort.
|
AwsJobAbortCriteria |
AwsJobAbortCriteria.withFailureType(String failureType)
The type of job execution failures that can initiate a job abort.
|
AwsJobAbortCriteria |
AwsJobAbortCriteria.withMinNumberOfExecutedThings(Integer minNumberOfExecutedThings)
The minimum number of things which must receive job execution notifications before the job can be aborted.
|
AwsJobAbortCriteria |
AwsJobAbortCriteria.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<AwsJobAbortCriteria> |
AwsJobAbortConfig.getAbortCriteriaList()
The list of criteria that determine when and how to abort the job.
|
| Modifier and Type | Method and Description |
|---|---|
AwsJobAbortConfig |
AwsJobAbortConfig.withAbortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsJobAbortConfig.setAbortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
AwsJobAbortConfig |
AwsJobAbortConfig.withAbortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
Copyright © 2024. All rights reserved.