Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SyncJobStatus
-
Packages that use SyncJobStatus Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of SyncJobStatus in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return SyncJobStatus Modifier and Type Method Description SyncJobStatusGetSyncJobResponse. status()The SyncJob response status.SyncJobStatusSyncJobSummary. status()The SyncJob summaries status.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncJobStatus Modifier and Type Method Description GetSyncJobResponse.BuilderGetSyncJobResponse.Builder. status(SyncJobStatus status)The SyncJob response status.SyncJobSummary.BuilderSyncJobSummary.Builder. status(SyncJobStatus status)The SyncJob summaries status.
-