Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.SceneSummary
-
Packages that use SceneSummary Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
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 SceneSummary Modifier and Type Method Description 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 SceneSummary Modifier and Type Method Description ListScenesResponse.BuilderListScenesResponse.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 SceneSummary Modifier and Type Method Description ListScenesResponse.BuilderListScenesResponse.Builder. sceneSummaries(Collection<SceneSummary> sceneSummaries)A list of objects that contain information about the scenes.
-