| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAssetResult |
AbstractAWSIoTSiteWise.createAsset(CreateAssetRequest request) |
CreateAssetResult |
AWSIoTSiteWise.createAsset(CreateAssetRequest createAssetRequest)
Creates an asset from an existing asset model.
|
CreateAssetResult |
AWSIoTSiteWiseClient.createAsset(CreateAssetRequest request)
Creates an asset from an existing asset model.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAssetResult> |
AWSIoTSiteWiseAsyncClient.createAssetAsync(CreateAssetRequest request,
AsyncHandler<CreateAssetRequest,CreateAssetResult> asyncHandler) |
Future<CreateAssetResult> |
AWSIoTSiteWiseAsync.createAssetAsync(CreateAssetRequest createAssetRequest,
AsyncHandler<CreateAssetRequest,CreateAssetResult> asyncHandler)
Creates an asset from an existing asset model.
|
Future<CreateAssetResult> |
AbstractAWSIoTSiteWiseAsync.createAssetAsync(CreateAssetRequest request,
AsyncHandler<CreateAssetRequest,CreateAssetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAssetResult |
CreateAssetResult.clone() |
CreateAssetResult |
CreateAssetResult.withAssetArn(String assetArn)
The ARN of the asset,
which has the following format.
|
CreateAssetResult |
CreateAssetResult.withAssetId(String assetId)
The ID of the asset.
|
CreateAssetResult |
CreateAssetResult.withAssetStatus(AssetStatus assetStatus)
The status of the asset, which contains a state (
CREATING after successfully calling this operation)
and any error message. |
Copyright © 2023. All rights reserved.