| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetSelection |
TargetSelection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetSelection |
OTAUpdateInfo.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).
|
TargetSelection |
JobSummary.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).
|
TargetSelection |
CreateJobRequest.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).
|
TargetSelection |
ListJobsRequest.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).
|
TargetSelection |
Job.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).
|
TargetSelection |
CreateOtaUpdateRequest.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).
|
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 |
|---|---|
static Set<TargetSelection> |
TargetSelection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.targetSelection(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).
|
JobSummary.Builder |
JobSummary.Builder.targetSelection(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).
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.targetSelection(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.Builder |
ListJobsRequest.Builder.targetSelection(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).
|
Job.Builder |
Job.Builder.targetSelection(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.Builder |
CreateOtaUpdateRequest.Builder.targetSelection(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).
|
Copyright © 2022. All rights reserved.