Uses of Class
software.amazon.awssdk.services.iot.model.TargetSelection
-
Packages that use TargetSelection Package Description software.amazon.awssdk.services.iot.model -
-
Uses of TargetSelection in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return TargetSelection Modifier and Type Method Description static TargetSelectionTargetSelection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetSelectionCreateJobRequest. 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).TargetSelectionCreateOtaUpdateRequest. 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).TargetSelectionJob. 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).TargetSelectionJobSummary. 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).TargetSelectionListJobsRequest. 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).TargetSelectionOTAUpdateInfo. 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).static TargetSelectionTargetSelection. 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.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type TargetSelection Modifier and Type Method Description static Set<TargetSelection>TargetSelection. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type TargetSelection Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.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.BuilderCreateOtaUpdateRequest.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).Job.BuilderJob.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).JobSummary.BuilderJobSummary.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.BuilderListJobsRequest.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).OTAUpdateInfo.BuilderOTAUpdateInfo.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).
-