| 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 |
|---|---|
CreateEntityResult |
AbstractAWSIoTTwinMaker.createEntity(CreateEntityRequest request) |
CreateEntityResult |
AWSIoTTwinMaker.createEntity(CreateEntityRequest createEntityRequest)
Creates an entity.
|
CreateEntityResult |
AWSIoTTwinMakerClient.createEntity(CreateEntityRequest request)
Creates an entity.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEntityResult> |
AbstractAWSIoTTwinMakerAsync.createEntityAsync(CreateEntityRequest request,
AsyncHandler<CreateEntityRequest,CreateEntityResult> asyncHandler) |
Future<CreateEntityResult> |
AWSIoTTwinMakerAsync.createEntityAsync(CreateEntityRequest createEntityRequest,
AsyncHandler<CreateEntityRequest,CreateEntityResult> asyncHandler)
Creates an entity.
|
Future<CreateEntityResult> |
AWSIoTTwinMakerAsyncClient.createEntityAsync(CreateEntityRequest request,
AsyncHandler<CreateEntityRequest,CreateEntityResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEntityResult |
CreateEntityResult.clone() |
CreateEntityResult |
CreateEntityResult.withArn(String arn)
The ARN of the entity.
|
CreateEntityResult |
CreateEntityResult.withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
CreateEntityResult |
CreateEntityResult.withEntityId(String entityId)
The ID of the entity.
|
CreateEntityResult |
CreateEntityResult.withState(State state)
The current state of the entity.
|
CreateEntityResult |
CreateEntityResult.withState(String state)
The current state of the entity.
|
Copyright © 2022. All rights reserved.