Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and Description |
---|---|
TimeoutConfig |
Job.timeoutConfig()
Specifies the amount of time each device has to finish its execution of the job.
|
TimeoutConfig |
CreateJobRequest.timeoutConfig()
Specifies the amount of time each device has to finish its execution of the job.
|
TimeoutConfig |
UpdateJobRequest.timeoutConfig()
Specifies the amount of time each device has to finish its execution of the job.
|
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.timeoutConfig(TimeoutConfig timeoutConfig)
Specifies the amount of time each device has to finish its execution of the job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.timeoutConfig(TimeoutConfig timeoutConfig)
Specifies the amount of time each device has to finish its execution of the job.
|
UpdateJobRequest.Builder |
UpdateJobRequest.Builder.timeoutConfig(TimeoutConfig timeoutConfig)
Specifies the amount of time each device has to finish its execution of the job.
|
Copyright © 2021. All rights reserved.