Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ListProjectAssetsRequest
-
Packages that use ListProjectAssetsRequest Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators software.amazon.awssdk.services.iotsitewise.transform -
-
Uses of ListProjectAssetsRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type ListProjectAssetsRequest Modifier and Type Method Description default CompletableFuture<ListProjectAssetsResponse>IoTSiteWiseAsyncClient. listProjectAssets(ListProjectAssetsRequest listProjectAssetsRequest)Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.default ListProjectAssetsResponseIoTSiteWiseClient. listProjectAssets(ListProjectAssetsRequest listProjectAssetsRequest)Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.default ListProjectAssetsPublisherIoTSiteWiseAsyncClient. listProjectAssetsPaginator(ListProjectAssetsRequest listProjectAssetsRequest)Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.default ListProjectAssetsIterableIoTSiteWiseClient. listProjectAssetsPaginator(ListProjectAssetsRequest listProjectAssetsRequest)Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project. -
Uses of ListProjectAssetsRequest in software.amazon.awssdk.services.iotsitewise.paginators
Constructors in software.amazon.awssdk.services.iotsitewise.paginators with parameters of type ListProjectAssetsRequest Constructor Description ListProjectAssetsIterable(IoTSiteWiseClient client, ListProjectAssetsRequest firstRequest)ListProjectAssetsPublisher(IoTSiteWiseAsyncClient client, ListProjectAssetsRequest firstRequest) -
Uses of ListProjectAssetsRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type ListProjectAssetsRequest Modifier and Type Method Description SdkHttpFullRequestListProjectAssetsRequestMarshaller. marshall(ListProjectAssetsRequest listProjectAssetsRequest)
-