| 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 |
|---|---|
GetEntityResult |
AbstractAWSIoTTwinMaker.getEntity(GetEntityRequest request) |
GetEntityResult |
AWSIoTTwinMakerClient.getEntity(GetEntityRequest request)
Retrieves information about an entity.
|
GetEntityResult |
AWSIoTTwinMaker.getEntity(GetEntityRequest getEntityRequest)
Retrieves information about an entity.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEntityResult> |
AbstractAWSIoTTwinMakerAsync.getEntityAsync(GetEntityRequest request) |
Future<GetEntityResult> |
AWSIoTTwinMakerAsyncClient.getEntityAsync(GetEntityRequest request) |
Future<GetEntityResult> |
AWSIoTTwinMakerAsync.getEntityAsync(GetEntityRequest getEntityRequest)
Retrieves information about an entity.
|
Future<GetEntityResult> |
AbstractAWSIoTTwinMakerAsync.getEntityAsync(GetEntityRequest request,
AsyncHandler<GetEntityRequest,GetEntityResult> asyncHandler) |
Future<GetEntityResult> |
AWSIoTTwinMakerAsyncClient.getEntityAsync(GetEntityRequest request,
AsyncHandler<GetEntityRequest,GetEntityResult> asyncHandler) |
Future<GetEntityResult> |
AWSIoTTwinMakerAsync.getEntityAsync(GetEntityRequest getEntityRequest,
AsyncHandler<GetEntityRequest,GetEntityResult> asyncHandler)
Retrieves information about an entity.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEntityResult> |
AbstractAWSIoTTwinMakerAsync.getEntityAsync(GetEntityRequest request,
AsyncHandler<GetEntityRequest,GetEntityResult> asyncHandler) |
Future<GetEntityResult> |
AWSIoTTwinMakerAsyncClient.getEntityAsync(GetEntityRequest request,
AsyncHandler<GetEntityRequest,GetEntityResult> asyncHandler) |
Future<GetEntityResult> |
AWSIoTTwinMakerAsync.getEntityAsync(GetEntityRequest getEntityRequest,
AsyncHandler<GetEntityRequest,GetEntityResult> asyncHandler)
Retrieves information about an entity.
|
| Modifier and Type | Method and Description |
|---|---|
GetEntityResult |
GetEntityResult.addComponentsEntry(String key,
ComponentResponse value)
Add a single Components entry
|
GetEntityResult |
GetEntityResult.clearComponentsEntries()
Removes all the entries added into Components.
|
GetEntityResult |
GetEntityResult.clone() |
GetEntityResult |
GetEntityResult.withArn(String arn)
The ARN of the entity.
|
GetEntityResult |
GetEntityResult.withComponents(Map<String,ComponentResponse> components)
An object that maps strings to the components in the entity.
|
GetEntityResult |
GetEntityResult.withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
GetEntityResult |
GetEntityResult.withDescription(String description)
The description of the entity.
|
GetEntityResult |
GetEntityResult.withEntityId(String entityId)
The ID of the entity.
|
GetEntityResult |
GetEntityResult.withEntityName(String entityName)
The name of the entity.
|
GetEntityResult |
GetEntityResult.withHasChildEntities(Boolean hasChildEntities)
A Boolean value that specifies whether the entity has associated child entities.
|
GetEntityResult |
GetEntityResult.withParentEntityId(String parentEntityId)
The ID of the parent entity for this entity.
|
GetEntityResult |
GetEntityResult.withStatus(Status status)
The current status of the entity.
|
GetEntityResult |
GetEntityResult.withUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
|
GetEntityResult |
GetEntityResult.withWorkspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2022. All rights reserved.