| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise |
Welcome to the IoT SiteWise API Reference.
|
| software.amazon.awssdk.services.iotsitewise.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAssetPropertiesResponse |
IoTSiteWiseClient.listAssetProperties(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest)
Retrieves a paginated list of properties associated with an asset.
|
default ListAssetPropertiesResponse |
IoTSiteWiseClient.listAssetProperties(ListAssetPropertiesRequest listAssetPropertiesRequest)
Retrieves a paginated list of properties associated with an asset.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssetPropertiesResponse> |
IoTSiteWiseAsyncClient.listAssetProperties(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest)
Retrieves a paginated list of properties associated with an asset.
|
default CompletableFuture<ListAssetPropertiesResponse> |
IoTSiteWiseAsyncClient.listAssetProperties(ListAssetPropertiesRequest listAssetPropertiesRequest)
Retrieves a paginated list of properties associated with an asset.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssetPropertiesResponse> |
ListAssetPropertiesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetPropertiesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssetPropertiesResponse> subscriber) |
Copyright © 2023. All rights reserved.