| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
EntityDescription |
EntityDescription.clone() |
EntityDescription |
EntityDescription.withArn(String arn)
The entity ARN.
|
EntityDescription |
EntityDescription.withCreatedAt(Date createdAt)
The time at which the entity was created.
|
EntityDescription |
EntityDescription.withDefinition(DefinitionDocument definition)
The definition document of the entity.
|
EntityDescription |
EntityDescription.withId(String id)
The entity ID.
|
EntityDescription |
EntityDescription.withType(EntityType type)
The entity type.
|
EntityDescription |
EntityDescription.withType(String type)
The entity type.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityDescription> |
SearchEntitiesResult.getDescriptions()
An array of descriptions for each entity returned in the search result.
|
List<EntityDescription> |
GetEntitiesResult.getDescriptions()
An array of descriptions for the specified entities.
|
| Modifier and Type | Method and Description |
|---|---|
SearchEntitiesResult |
SearchEntitiesResult.withDescriptions(EntityDescription... descriptions)
An array of descriptions for each entity returned in the search result.
|
GetEntitiesResult |
GetEntitiesResult.withDescriptions(EntityDescription... descriptions)
An array of descriptions for the specified entities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchEntitiesResult.setDescriptions(Collection<EntityDescription> descriptions)
An array of descriptions for each entity returned in the search result.
|
void |
GetEntitiesResult.setDescriptions(Collection<EntityDescription> descriptions)
An array of descriptions for the specified entities.
|
SearchEntitiesResult |
SearchEntitiesResult.withDescriptions(Collection<EntityDescription> descriptions)
An array of descriptions for each entity returned in the search result.
|
GetEntitiesResult |
GetEntitiesResult.withDescriptions(Collection<EntityDescription> descriptions)
An array of descriptions for the specified entities.
|
Copyright © 2024. All rights reserved.