Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SceneSummary
Packages that use SceneSummary
-
Uses of SceneSummary in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type SceneSummaryModifier and TypeMethodDescriptionfinal List<SceneSummary>ListScenesResponse.sceneSummaries()A list of objects that contain information about the scenes.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type SceneSummaryModifier and TypeMethodDescriptionListScenesResponse.Builder.sceneSummaries(SceneSummary... sceneSummaries) A list of objects that contain information about the scenes.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type SceneSummaryModifier and TypeMethodDescriptionListScenesResponse.Builder.sceneSummaries(Collection<SceneSummary> sceneSummaries) A list of objects that contain information about the scenes.