| 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 |
|---|---|
ListPropertiesResult |
AWSIoTTwinMakerClient.listProperties(ListPropertiesRequest request)
This API lists the properties of a component.
|
ListPropertiesResult |
AWSIoTTwinMaker.listProperties(ListPropertiesRequest listPropertiesRequest)
This API lists the properties of a component.
|
ListPropertiesResult |
AbstractAWSIoTTwinMaker.listProperties(ListPropertiesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPropertiesResult> |
AbstractAWSIoTTwinMakerAsync.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.
|
Future<ListPropertiesResult> |
AWSIoTTwinMakerAsyncClient.listPropertiesAsync(ListPropertiesRequest request,
AsyncHandler<ListPropertiesRequest,ListPropertiesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPropertiesResult |
ListPropertiesResult.clone() |
ListPropertiesResult |
ListPropertiesResult.withNextToken(String nextToken)
The string that specifies the next page of property results.
|
ListPropertiesResult |
ListPropertiesResult.withPropertySummaries(Collection<PropertySummary> propertySummaries)
A list of objects that contain information about the properties.
|
ListPropertiesResult |
ListPropertiesResult.withPropertySummaries(PropertySummary... propertySummaries)
A list of objects that contain information about the properties.
|
Copyright © 2024. All rights reserved.