| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise |
Welcome to the AWS IoT SiteWise API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAssetResponse |
IoTSiteWiseClient.createAsset(Consumer<CreateAssetRequest.Builder> createAssetRequest)
Creates an asset from an existing asset model.
|
default CreateAssetResponse |
IoTSiteWiseClient.createAsset(CreateAssetRequest createAssetRequest)
Creates an asset from an existing asset model.
|
default CreateAssetModelResponse |
IoTSiteWiseClient.createAssetModel(Consumer<CreateAssetModelRequest.Builder> createAssetModelRequest)
Creates an asset model from specified property and hierarchy definitions.
|
default CreateAssetModelResponse |
IoTSiteWiseClient.createAssetModel(CreateAssetModelRequest createAssetModelRequest)
Creates an asset model from specified property and hierarchy definitions.
|
default CreateGatewayResponse |
IoTSiteWiseClient.createGateway(Consumer<CreateGatewayRequest.Builder> createGatewayRequest)
Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to
AWS IoT SiteWise.
|
default CreateGatewayResponse |
IoTSiteWiseClient.createGateway(CreateGatewayRequest createGatewayRequest)
Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to
AWS IoT SiteWise.
|
default UpdateAssetResponse |
IoTSiteWiseClient.updateAsset(Consumer<UpdateAssetRequest.Builder> updateAssetRequest)
Updates an asset's name.
|
default UpdateAssetResponse |
IoTSiteWiseClient.updateAsset(UpdateAssetRequest updateAssetRequest)
Updates an asset's name.
|
default UpdateAssetModelResponse |
IoTSiteWiseClient.updateAssetModel(Consumer<UpdateAssetModelRequest.Builder> updateAssetModelRequest)
Updates an asset model and all of the assets that were created from the model.
|
default UpdateAssetModelResponse |
IoTSiteWiseClient.updateAssetModel(UpdateAssetModelRequest updateAssetModelRequest)
Updates an asset model and all of the assets that were created from the model.
|
Copyright © 2021. All rights reserved.