| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
RetryCriteria |
RetryCriteria.clone() |
RetryCriteria |
RetryCriteria.withFailureType(RetryableFailureType failureType)
The type of job execution failures that can initiate a job retry.
|
RetryCriteria |
RetryCriteria.withFailureType(String failureType)
The type of job execution failures that can initiate a job retry.
|
RetryCriteria |
RetryCriteria.withNumberOfRetries(Integer numberOfRetries)
The number of retries allowed for a failure type for the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<RetryCriteria> |
JobExecutionsRetryConfig.getCriteriaList()
The list of criteria that determines how many retries are allowed for each failure type for a job.
|
| Modifier and Type | Method and Description |
|---|---|
JobExecutionsRetryConfig |
JobExecutionsRetryConfig.withCriteriaList(RetryCriteria... criteriaList)
The list of criteria that determines how many retries are allowed for each failure type for a job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobExecutionsRetryConfig.setCriteriaList(Collection<RetryCriteria> criteriaList)
The list of criteria that determines how many retries are allowed for each failure type for a job.
|
JobExecutionsRetryConfig |
JobExecutionsRetryConfig.withCriteriaList(Collection<RetryCriteria> criteriaList)
The list of criteria that determines how many retries are allowed for each failure type for a job.
|
Copyright © 2023. All rights reserved.