| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AwsJobAbortConfig.Builder |
AwsJobAbortConfig.Builder.abortCriteriaList(AwsJobAbortCriteria... abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
AwsJobAbortConfig.Builder |
AwsJobAbortConfig.Builder.abortCriteriaList(Collection<AwsJobAbortCriteria> abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
AwsJobAbortConfig.Builder |
AwsJobAbortConfig.Builder.abortCriteriaList(Consumer<AwsJobAbortCriteria.Builder>... abortCriteriaList)
The list of criteria that determine when and how to abort the job.
|
static AwsJobAbortConfig.Builder |
AwsJobAbortConfig.builder() |
AwsJobAbortConfig.Builder |
AwsJobAbortConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsJobAbortConfig.Builder> |
AwsJobAbortConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateOtaUpdateRequest.Builder |
CreateOtaUpdateRequest.Builder.awsJobAbortConfig(Consumer<AwsJobAbortConfig.Builder> awsJobAbortConfig)
The criteria that determine when and how a job abort takes place.
|
Copyright © 2022. All rights reserved.