| 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 ListAssetModelPropertiesResponse |
IoTSiteWiseClient.listAssetModelProperties(Consumer<ListAssetModelPropertiesRequest.Builder> listAssetModelPropertiesRequest)
Retrieves a paginated list of properties associated with an asset model.
|
default ListAssetModelPropertiesResponse |
IoTSiteWiseClient.listAssetModelProperties(ListAssetModelPropertiesRequest listAssetModelPropertiesRequest)
Retrieves a paginated list of properties associated with an asset model.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssetModelPropertiesResponse> |
IoTSiteWiseAsyncClient.listAssetModelProperties(Consumer<ListAssetModelPropertiesRequest.Builder> listAssetModelPropertiesRequest)
Retrieves a paginated list of properties associated with an asset model.
|
default CompletableFuture<ListAssetModelPropertiesResponse> |
IoTSiteWiseAsyncClient.listAssetModelProperties(ListAssetModelPropertiesRequest listAssetModelPropertiesRequest)
Retrieves a paginated list of properties associated with an asset model.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssetModelPropertiesResponse> |
ListAssetModelPropertiesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetModelPropertiesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssetModelPropertiesResponse> subscriber) |
Copyright © 2023. All rights reserved.