| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
SceneSummary |
SceneSummary.clone() |
SceneSummary |
SceneSummary.withArn(String arn)
The ARN of the scene.
|
SceneSummary |
SceneSummary.withContentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
SceneSummary |
SceneSummary.withCreationDateTime(Date creationDateTime)
The date and time when the scene was created.
|
SceneSummary |
SceneSummary.withDescription(String description)
The scene description.
|
SceneSummary |
SceneSummary.withSceneId(String sceneId)
The ID of the scene.
|
SceneSummary |
SceneSummary.withUpdateDateTime(Date updateDateTime)
The date and time when the scene was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SceneSummary> |
ListScenesResult.getSceneSummaries()
A list of objects that contain information about the scenes.
|
| Modifier and Type | Method and Description |
|---|---|
ListScenesResult |
ListScenesResult.withSceneSummaries(SceneSummary... sceneSummaries)
A list of objects that contain information about the scenes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListScenesResult.setSceneSummaries(Collection<SceneSummary> sceneSummaries)
A list of objects that contain information about the scenes.
|
ListScenesResult |
ListScenesResult.withSceneSummaries(Collection<SceneSummary> sceneSummaries)
A list of objects that contain information about the scenes.
|
Copyright © 2024. All rights reserved.