Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SyncJobSummary
-
Packages that use SyncJobSummary Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of SyncJobSummary in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type SyncJobSummary Modifier and Type Method Description List<SyncJobSummary>ListSyncJobsResponse. syncJobSummaries()The listed SyncJob summaries.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncJobSummary Modifier and Type Method Description ListSyncJobsResponse.BuilderListSyncJobsResponse.Builder. syncJobSummaries(SyncJobSummary... syncJobSummaries)The listed SyncJob summaries.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type SyncJobSummary Modifier and Type Method Description ListSyncJobsResponse.BuilderListSyncJobsResponse.Builder. syncJobSummaries(Collection<SyncJobSummary> syncJobSummaries)The listed SyncJob summaries.
-