| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| com.amazonaws.services.iotsitewise.model | |
| com.amazonaws.services.iotsitewise.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAssetResult> |
AbstractAWSIoTSiteWiseAsync.describeAssetAsync(DescribeAssetRequest request,
AsyncHandler<DescribeAssetRequest,DescribeAssetResult> asyncHandler) |
Future<DescribeAssetResult> |
AWSIoTSiteWiseAsyncClient.describeAssetAsync(DescribeAssetRequest request,
AsyncHandler<DescribeAssetRequest,DescribeAssetResult> asyncHandler) |
Future<DescribeAssetResult> |
AWSIoTSiteWiseAsync.describeAssetAsync(DescribeAssetRequest describeAssetRequest,
AsyncHandler<DescribeAssetRequest,DescribeAssetResult> asyncHandler)
Retrieves information about an asset.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssetRequest |
DescribeAssetRequest.clone() |
DescribeAssetRequest |
DescribeAssetRequest.withAssetId(String assetId)
The ID of the asset.
|
DescribeAssetRequest |
DescribeAssetRequest.withExcludeProperties(Boolean excludeProperties)
Whether or not to exclude asset properties from the response.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeAssetRequest> |
AWSIoTSiteWiseWaiters.assetActive()
Builds a AssetActive 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<DescribeAssetRequest> |
AWSIoTSiteWiseWaiters.assetNotExists()
Builds a AssetNotExists 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 |
|---|---|
DescribeAssetResult |
DescribeAssetFunction.apply(DescribeAssetRequest describeAssetRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.