| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the AWS IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model | |
| com.amazonaws.services.iotsitewise.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAssetModelResult> |
AWSIoTSiteWiseAsyncClient.describeAssetModelAsync(DescribeAssetModelRequest request,
AsyncHandler<DescribeAssetModelRequest,DescribeAssetModelResult> asyncHandler) |
Future<DescribeAssetModelResult> |
AWSIoTSiteWiseAsync.describeAssetModelAsync(DescribeAssetModelRequest describeAssetModelRequest,
AsyncHandler<DescribeAssetModelRequest,DescribeAssetModelResult> asyncHandler)
Retrieves information about an asset model.
|
Future<DescribeAssetModelResult> |
AbstractAWSIoTSiteWiseAsync.describeAssetModelAsync(DescribeAssetModelRequest request,
AsyncHandler<DescribeAssetModelRequest,DescribeAssetModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetModelRequest |
DescribeAssetModelRequest.clone() |
DescribeAssetModelRequest |
DescribeAssetModelRequest.withAssetModelId(String assetModelId)
The ID of the asset model.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeAssetModelRequest> |
AWSIoTSiteWiseWaiters.assetModelActive()
Builds a AssetModelActive waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeAssetModelRequest> |
AWSIoTSiteWiseWaiters.assetModelNotExists()
Builds a AssetModelNotExists waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetModelResult |
DescribeAssetModelFunction.apply(DescribeAssetModelRequest describeAssetModelRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2020. All rights reserved.