Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SyncJobSummary
Packages that use SyncJobSummary
-
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 SyncJobSummaryModifier and TypeMethodDescriptionfinal List<SyncJobSummary>ListSyncJobsResponse.syncJobSummaries()The listed SyncJob summaries.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncJobSummaryModifier and TypeMethodDescriptionListSyncJobsResponse.Builder.syncJobSummaries(SyncJobSummary... syncJobSummaries) The listed SyncJob summaries.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type SyncJobSummaryModifier and TypeMethodDescriptionListSyncJobsResponse.Builder.syncJobSummaries(Collection<SyncJobSummary> syncJobSummaries) The listed SyncJob summaries.