| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchAssociateProjectAssetsResult> |
AWSIoTSiteWiseAsyncClient.batchAssociateProjectAssetsAsync(BatchAssociateProjectAssetsRequest request,
AsyncHandler<BatchAssociateProjectAssetsRequest,BatchAssociateProjectAssetsResult> asyncHandler) |
Future<BatchAssociateProjectAssetsResult> |
AWSIoTSiteWiseAsync.batchAssociateProjectAssetsAsync(BatchAssociateProjectAssetsRequest batchAssociateProjectAssetsRequest,
AsyncHandler<BatchAssociateProjectAssetsRequest,BatchAssociateProjectAssetsResult> asyncHandler)
Associates a group (batch) of assets with an IoT SiteWise Monitor project.
|
Future<BatchAssociateProjectAssetsResult> |
AbstractAWSIoTSiteWiseAsync.batchAssociateProjectAssetsAsync(BatchAssociateProjectAssetsRequest request,
AsyncHandler<BatchAssociateProjectAssetsRequest,BatchAssociateProjectAssetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateProjectAssetsRequest |
BatchAssociateProjectAssetsRequest.clone() |
BatchAssociateProjectAssetsRequest |
BatchAssociateProjectAssetsRequest.withAssetIds(Collection<String> assetIds)
The IDs of the assets to be associated to the project.
|
BatchAssociateProjectAssetsRequest |
BatchAssociateProjectAssetsRequest.withAssetIds(String... assetIds)
The IDs of the assets to be associated to the project.
|
BatchAssociateProjectAssetsRequest |
BatchAssociateProjectAssetsRequest.withClientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
BatchAssociateProjectAssetsRequest |
BatchAssociateProjectAssetsRequest.withProjectId(String projectId)
The ID of the project to which to associate the assets.
|
Copyright © 2024. All rights reserved.