Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SyncResourceSummary
Packages that use SyncResourceSummary
-
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 SyncResourceSummaryModifier and TypeMethodDescriptionfinal List<SyncResourceSummary>ListSyncResourcesResponse.syncResources()The sync resources.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SyncResourceSummaryModifier and TypeMethodDescriptionListSyncResourcesResponse.Builder.syncResources(SyncResourceSummary... syncResources) The sync resources.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type SyncResourceSummaryModifier and TypeMethodDescriptionListSyncResourcesResponse.Builder.syncResources(Collection<SyncResourceSummary> syncResources) The sync resources.