| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker |
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AbstractAWSIoTTwinMakerAsync.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
Future<ListComponentsResult> |
AWSIoTTwinMakerAsync.listComponentsAsync(ListComponentsRequest listComponentsRequest,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)
This API lists the components of an entity.
|
Future<ListComponentsResult> |
AWSIoTTwinMakerAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentsRequest |
ListComponentsRequest.clone() |
ListComponentsRequest |
ListComponentsRequest.withComponentPath(String componentPath)
This string specifies the path to the composite component, starting from the top-level component.
|
ListComponentsRequest |
ListComponentsRequest.withEntityId(String entityId)
The ID for the entity whose metadata (component/properties) is returned by the operation.
|
ListComponentsRequest |
ListComponentsRequest.withMaxResults(Integer maxResults)
The maximum number of results returned at one time.
|
ListComponentsRequest |
ListComponentsRequest.withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListComponentsRequest |
ListComponentsRequest.withWorkspaceId(String workspaceId)
The workspace ID.
|
Copyright © 2024. All rights reserved.