Uses of Class
software.amazon.awssdk.services.iot.model.JobEndBehavior
-
Packages that use JobEndBehavior Package Description software.amazon.awssdk.services.iot.model -
-
Uses of JobEndBehavior in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return JobEndBehavior Modifier and Type Method Description JobEndBehaviorSchedulingConfig. endBehavior()Specifies the end behavior for all job executions after a job reaches the selectedendTime.static JobEndBehaviorJobEndBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static JobEndBehaviorJobEndBehavior. 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.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type JobEndBehavior Modifier and Type Method Description static Set<JobEndBehavior>JobEndBehavior. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type JobEndBehavior Modifier and Type Method Description SchedulingConfig.BuilderSchedulingConfig.Builder. endBehavior(JobEndBehavior endBehavior)Specifies the end behavior for all job executions after a job reaches the selectedendTime.
-