Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SyncResourceSummary
-
Packages that use SyncResourceSummary Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of SyncResourceSummary in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type SyncResourceSummary Modifier and Type Method Description List<SyncResourceSummary>ListSyncResourcesResponse. syncResources()The sync resources.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncResourceSummary Modifier and Type Method Description ListSyncResourcesResponse.BuilderListSyncResourcesResponse.Builder. syncResources(SyncResourceSummary... syncResources)The sync resources.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type SyncResourceSummary Modifier and Type Method Description ListSyncResourcesResponse.BuilderListSyncResourcesResponse.Builder. syncResources(Collection<SyncResourceSummary> syncResources)The sync resources.
-