| 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<ListPropertiesResult> |
AbstractAWSIoTTwinMakerAsync.listPropertiesAsync(ListPropertiesRequest request,
AsyncHandler<ListPropertiesRequest,ListPropertiesResult> asyncHandler) |
Future<ListPropertiesResult> |
AWSIoTTwinMakerAsyncClient.listPropertiesAsync(ListPropertiesRequest request,
AsyncHandler<ListPropertiesRequest,ListPropertiesResult> asyncHandler) |
Future<ListPropertiesResult> |
AWSIoTTwinMakerAsync.listPropertiesAsync(ListPropertiesRequest listPropertiesRequest,
AsyncHandler<ListPropertiesRequest,ListPropertiesResult> asyncHandler)
This API lists the properties of a component.
|
| Modifier and Type | Method and Description |
|---|---|
ListPropertiesRequest |
ListPropertiesRequest.clone() |
ListPropertiesRequest |
ListPropertiesRequest.withComponentName(String componentName)
The name of the component whose properties are returned by the operation.
|
ListPropertiesRequest |
ListPropertiesRequest.withComponentPath(String componentPath)
This string specifies the path to the composite component, starting from the top-level component.
|
ListPropertiesRequest |
ListPropertiesRequest.withEntityId(String entityId)
The ID for the entity whose metadata (component/properties) is returned by the operation.
|
ListPropertiesRequest |
ListPropertiesRequest.withMaxResults(Integer maxResults)
The maximum number of results returned at one time.
|
ListPropertiesRequest |
ListPropertiesRequest.withNextToken(String nextToken)
The string that specifies the next page of results.
|
ListPropertiesRequest |
ListPropertiesRequest.withWorkspaceId(String workspaceId)
The workspace ID.
|
Copyright © 2025. All rights reserved.