| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
JobEndBehavior |
SchedulingConfig.endBehavior()
Specifies the end behavior for all job executions after a job reaches the selected
endTime. |
static JobEndBehavior |
JobEndBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static JobEndBehavior |
JobEndBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobEndBehavior[] |
JobEndBehavior.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<JobEndBehavior> |
JobEndBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SchedulingConfig.Builder |
SchedulingConfig.Builder.endBehavior(JobEndBehavior endBehavior)
Specifies the end behavior for all job executions after a job reaches the selected
endTime. |
Copyright © 2023. All rights reserved.