| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AwsJobAbortCriteriaAbortAction |
AwsJobAbortCriteria.action()
The type of job action to take to initiate the job abort.
|
static AwsJobAbortCriteriaAbortAction |
AwsJobAbortCriteriaAbortAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AwsJobAbortCriteriaAbortAction |
AwsJobAbortCriteriaAbortAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsJobAbortCriteriaAbortAction[] |
AwsJobAbortCriteriaAbortAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AwsJobAbortCriteriaAbortAction> |
AwsJobAbortCriteriaAbortAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AwsJobAbortCriteria.Builder |
AwsJobAbortCriteria.Builder.action(AwsJobAbortCriteriaAbortAction action)
The type of job action to take to initiate the job abort.
|
Copyright © 2021. All rights reserved.