| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
EntitySummary |
EntitySummary.clone() |
EntitySummary |
EntitySummary.withArn(String arn)
The ARN of the entity.
|
EntitySummary |
EntitySummary.withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
EntitySummary |
EntitySummary.withDescription(String description)
The description of the entity.
|
EntitySummary |
EntitySummary.withEntityId(String entityId)
The ID of the entity.
|
EntitySummary |
EntitySummary.withEntityName(String entityName)
The name of the entity.
|
EntitySummary |
EntitySummary.withHasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has child entities or not.
|
EntitySummary |
EntitySummary.withParentEntityId(String parentEntityId)
The ID of the parent entity.
|
EntitySummary |
EntitySummary.withStatus(Status status)
The current status of the entity.
|
EntitySummary |
EntitySummary.withUpdateDateTime(Date updateDateTime)
The last date and time when the entity was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntitySummary> |
ListEntitiesResult.getEntitySummaries()
A list of objects that contain information about the entities.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesResult |
ListEntitiesResult.withEntitySummaries(EntitySummary... entitySummaries)
A list of objects that contain information about the entities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntitiesResult.setEntitySummaries(Collection<EntitySummary> entitySummaries)
A list of objects that contain information about the entities.
|
ListEntitiesResult |
ListEntitiesResult.withEntitySummaries(Collection<EntitySummary> entitySummaries)
A list of objects that contain information about the entities.
|
Copyright © 2023. All rights reserved.