| 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 |
|---|---|
ListAssociatedAssetsResult |
AbstractAWSIoTSiteWise.listAssociatedAssets(ListAssociatedAssetsRequest request) |
ListAssociatedAssetsResult |
AWSIoTSiteWiseClient.listAssociatedAssets(ListAssociatedAssetsRequest request)
Retrieves a paginated list of the assets associated to a parent asset (
assetId) by a given hierarchy
(hierarchyId). |
ListAssociatedAssetsResult |
AWSIoTSiteWise.listAssociatedAssets(ListAssociatedAssetsRequest listAssociatedAssetsRequest)
Retrieves a paginated list of the assets associated to a parent asset (
assetId) by a given hierarchy
(hierarchyId). |
Future<ListAssociatedAssetsResult> |
AWSIoTSiteWiseAsyncClient.listAssociatedAssetsAsync(ListAssociatedAssetsRequest request) |
Future<ListAssociatedAssetsResult> |
AWSIoTSiteWiseAsync.listAssociatedAssetsAsync(ListAssociatedAssetsRequest listAssociatedAssetsRequest)
Retrieves a paginated list of the assets associated to a parent asset (
assetId) by a given hierarchy
(hierarchyId). |
Future<ListAssociatedAssetsResult> |
AbstractAWSIoTSiteWiseAsync.listAssociatedAssetsAsync(ListAssociatedAssetsRequest request) |
Future<ListAssociatedAssetsResult> |
AWSIoTSiteWiseAsyncClient.listAssociatedAssetsAsync(ListAssociatedAssetsRequest request,
AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler) |
Future<ListAssociatedAssetsResult> |
AWSIoTSiteWiseAsync.listAssociatedAssetsAsync(ListAssociatedAssetsRequest listAssociatedAssetsRequest,
AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler)
Retrieves a paginated list of the assets associated to a parent asset (
assetId) by a given hierarchy
(hierarchyId). |
Future<ListAssociatedAssetsResult> |
AbstractAWSIoTSiteWiseAsync.listAssociatedAssetsAsync(ListAssociatedAssetsRequest request,
AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociatedAssetsResult> |
AWSIoTSiteWiseAsyncClient.listAssociatedAssetsAsync(ListAssociatedAssetsRequest request,
AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler) |
Future<ListAssociatedAssetsResult> |
AWSIoTSiteWiseAsync.listAssociatedAssetsAsync(ListAssociatedAssetsRequest listAssociatedAssetsRequest,
AsyncHandler<ListAssociatedAssetsRequest,ListAssociatedAssetsResult> asyncHandler)
Retrieves a paginated list of the assets associated to a parent asset (
assetId) by a given hierarchy
(hierarchyId). |
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 parent asset.
|
ListAssociatedAssetsRequest |
ListAssociatedAssetsRequest.withHierarchyId(String hierarchyId)
The hierarchy ID (of the parent asset model) whose associated assets are returned.
|
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.
|
Copyright © 2020. All rights reserved.