| 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<ListEntitiesResult> |
AbstractAWSIoTTwinMakerAsync.listEntitiesAsync(ListEntitiesRequest request,
AsyncHandler<ListEntitiesRequest,ListEntitiesResult> asyncHandler) |
Future<ListEntitiesResult> |
AWSIoTTwinMakerAsync.listEntitiesAsync(ListEntitiesRequest listEntitiesRequest,
AsyncHandler<ListEntitiesRequest,ListEntitiesResult> asyncHandler)
Lists all entities in a workspace.
|
Future<ListEntitiesResult> |
AWSIoTTwinMakerAsyncClient.listEntitiesAsync(ListEntitiesRequest request,
AsyncHandler<ListEntitiesRequest,ListEntitiesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesRequest |
ListEntitiesRequest.clone() |
ListEntitiesRequest |
ListEntitiesRequest.withFilters(Collection<ListEntitiesFilter> filters)
A list of objects that filter the request.
|
ListEntitiesRequest |
ListEntitiesRequest.withFilters(ListEntitiesFilter... filters)
A list of objects that filter the request.
|
ListEntitiesRequest |
ListEntitiesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListEntitiesRequest |
ListEntitiesRequest.withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListEntitiesRequest |
ListEntitiesRequest.withWorkspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2023. All rights reserved.