| 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 |
|---|---|
ListComponentsResult |
AbstractAWSIoTTwinMaker.listComponents(ListComponentsRequest request) |
ListComponentsResult |
AWSIoTTwinMakerClient.listComponents(ListComponentsRequest request)
This API lists the components of an entity.
|
ListComponentsResult |
AWSIoTTwinMaker.listComponents(ListComponentsRequest listComponentsRequest)
This API lists the components of an entity.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentsResult> |
AWSIoTTwinMakerAsyncClient.listComponentsAsync(ListComponentsRequest request,
AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResult |
ListComponentsResult.clone() |
ListComponentsResult |
ListComponentsResult.withComponentSummaries(Collection<ComponentSummary> componentSummaries)
A list of objects that contain information about the components.
|
ListComponentsResult |
ListComponentsResult.withComponentSummaries(ComponentSummary... componentSummaries)
A list of objects that contain information about the components.
|
ListComponentsResult |
ListComponentsResult.withNextToken(String nextToken)
The string that specifies the next page of component results.
|
Copyright © 2024. All rights reserved.