| 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 |
|---|---|
ListComponentTypesResult |
AbstractAWSIoTTwinMaker.listComponentTypes(ListComponentTypesRequest request) |
ListComponentTypesResult |
AWSIoTTwinMaker.listComponentTypes(ListComponentTypesRequest listComponentTypesRequest)
Lists all component types in a workspace.
|
ListComponentTypesResult |
AWSIoTTwinMakerClient.listComponentTypes(ListComponentTypesRequest request)
Lists all component types in a workspace.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListComponentTypesResult> |
AbstractAWSIoTTwinMakerAsync.listComponentTypesAsync(ListComponentTypesRequest request,
AsyncHandler<ListComponentTypesRequest,ListComponentTypesResult> asyncHandler) |
Future<ListComponentTypesResult> |
AWSIoTTwinMakerAsync.listComponentTypesAsync(ListComponentTypesRequest listComponentTypesRequest,
AsyncHandler<ListComponentTypesRequest,ListComponentTypesResult> asyncHandler)
Lists all component types in a workspace.
|
Future<ListComponentTypesResult> |
AWSIoTTwinMakerAsyncClient.listComponentTypesAsync(ListComponentTypesRequest request,
AsyncHandler<ListComponentTypesRequest,ListComponentTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListComponentTypesResult |
ListComponentTypesResult.clone() |
ListComponentTypesResult |
ListComponentTypesResult.withComponentTypeSummaries(Collection<ComponentTypeSummary> componentTypeSummaries)
A list of objects that contain information about the component types.
|
ListComponentTypesResult |
ListComponentTypesResult.withComponentTypeSummaries(ComponentTypeSummary... componentTypeSummaries)
A list of objects that contain information about the component types.
|
ListComponentTypesResult |
ListComponentTypesResult.withMaxResults(Integer maxResults)
Specifies the maximum number of results to display.
|
ListComponentTypesResult |
ListComponentTypesResult.withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListComponentTypesResult |
ListComponentTypesResult.withWorkspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2023. All rights reserved.