| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the AWS IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociatedAssetsResult> |
AWSIoTSiteWiseAsync.listAssociatedAssetsAsync(ListAssociatedAssetsRequest listAssociatedAssetsRequest,
AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler)
Retrieves a paginated list of associated assets.
|
Future<ListAssociatedAssetsResult> |
AWSIoTSiteWiseAsyncClient.listAssociatedAssetsAsync(ListAssociatedAssetsRequest request,
AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler) |
Future<ListAssociatedAssetsResult> |
AbstractAWSIoTSiteWiseAsync.listAssociatedAssetsAsync(ListAssociatedAssetsRequest request,
AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedAssetsRequest |
ListAssociatedAssetsRequest.clone() |
ListAssociatedAssetsRequest |
ListAssociatedAssetsRequest.withAssetId(String assetId)
The ID of the asset to query.
|
ListAssociatedAssetsRequest |
ListAssociatedAssetsRequest.withHierarchyId(String hierarchyId)
The ID of the hierarchy by which child assets are associated to the asset.
|
ListAssociatedAssetsRequest |
ListAssociatedAssetsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListAssociatedAssetsRequest |
ListAssociatedAssetsRequest.withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListAssociatedAssetsRequest |
ListAssociatedAssetsRequest.withTraversalDirection(String traversalDirection)
The direction to list associated assets.
|
ListAssociatedAssetsRequest |
ListAssociatedAssetsRequest.withTraversalDirection(TraversalDirection traversalDirection)
The direction to list associated assets.
|
Copyright © 2021. All rights reserved.