| 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 ListProjectAssetsResponse |
IoTSiteWiseClient.listProjectAssets(Consumer<ListProjectAssetsRequest.Builder> listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
|
default ListProjectAssetsResponse |
IoTSiteWiseClient.listProjectAssets(ListProjectAssetsRequest listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProjectAssetsResponse> |
IoTSiteWiseAsyncClient.listProjectAssets(Consumer<ListProjectAssetsRequest.Builder> listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
|
default CompletableFuture<ListProjectAssetsResponse> |
IoTSiteWiseAsyncClient.listProjectAssets(ListProjectAssetsRequest listProjectAssetsRequest)
Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProjectAssetsResponse> |
ListProjectAssetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectAssetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectAssetsResponse> subscriber) |
Copyright © 2023. All rights reserved.