| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEntityResult> |
AbstractAWSIoTTwinMakerAsync.createEntityAsync(CreateEntityRequest request,
AsyncHandler<CreateEntityRequest,CreateEntityResult> asyncHandler) |
Future<CreateEntityResult> |
AWSIoTTwinMakerAsyncClient.createEntityAsync(CreateEntityRequest request,
AsyncHandler<CreateEntityRequest,CreateEntityResult> asyncHandler) |
Future<CreateEntityResult> |
AWSIoTTwinMakerAsync.createEntityAsync(CreateEntityRequest createEntityRequest,
AsyncHandler<CreateEntityRequest,CreateEntityResult> asyncHandler)
Creates an entity.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEntityRequest |
CreateEntityRequest.addComponentsEntry(String key,
ComponentRequest value)
Add a single Components entry
|
CreateEntityRequest |
CreateEntityRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEntityRequest |
CreateEntityRequest.clearComponentsEntries()
Removes all the entries added into Components.
|
CreateEntityRequest |
CreateEntityRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEntityRequest |
CreateEntityRequest.clone() |
CreateEntityRequest |
CreateEntityRequest.withComponents(Map<String,ComponentRequest> components)
An object that maps strings to the components in the entity.
|
CreateEntityRequest |
CreateEntityRequest.withDescription(String description)
The description of the entity.
|
CreateEntityRequest |
CreateEntityRequest.withEntityId(String entityId)
The ID of the entity.
|
CreateEntityRequest |
CreateEntityRequest.withEntityName(String entityName)
The name of the entity.
|
CreateEntityRequest |
CreateEntityRequest.withParentEntityId(String parentEntityId)
The ID of the entity's parent entity.
|
CreateEntityRequest |
CreateEntityRequest.withTags(Map<String,String> tags)
Metadata that you can use to manage the entity.
|
CreateEntityRequest |
CreateEntityRequest.withWorkspaceId(String workspaceId)
The ID of the workspace that contains the entity.
|
Copyright © 2023. All rights reserved.