| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetSelection |
TargetSelection.fromValue(String value)
Use this in place of valueOf.
|
static TargetSelection |
TargetSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetSelection[] |
TargetSelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.withTargetSelection(TargetSelection targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
CreateOTAUpdateRequest |
CreateOTAUpdateRequest.withTargetSelection(TargetSelection targetSelection)
Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the things
specified as targets have completed the update (SNAPSHOT).
|
OTAUpdateInfo |
OTAUpdateInfo.withTargetSelection(TargetSelection targetSelection)
Specifies whether the OTA update will continue to run (CONTINUOUS), or will be complete after all those things
specified as targets have completed the OTA update (SNAPSHOT).
|
CreateJobRequest |
CreateJobRequest.withTargetSelection(TargetSelection targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
JobSummary |
JobSummary.withTargetSelection(TargetSelection targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
ListJobsRequest |
ListJobsRequest.withTargetSelection(TargetSelection targetSelection)
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified
as targets have completed the job (SNAPSHOT).
|
Copyright © 2024. All rights reserved.