Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ListAssetPropertiesResponse
-
Packages that use ListAssetPropertiesResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of ListAssetPropertiesResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return ListAssetPropertiesResponse Modifier and Type Method Description default ListAssetPropertiesResponseIoTSiteWiseClient. listAssetProperties(Consumer<ListAssetPropertiesRequest.Builder> listAssetPropertiesRequest)Retrieves a paginated list of properties associated with an asset.default ListAssetPropertiesResponseIoTSiteWiseClient. listAssetProperties(ListAssetPropertiesRequest listAssetPropertiesRequest)Retrieves a paginated list of properties associated with an asset.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type ListAssetPropertiesResponse Modifier and Type Method 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. -
Uses of ListAssetPropertiesResponse in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type ListAssetPropertiesResponse Modifier and Type Method Description Iterator<ListAssetPropertiesResponse>ListAssetPropertiesIterable. iterator()Method parameters in software.amazon.awssdk.services.iotsitewise.paginators with type arguments of type ListAssetPropertiesResponse Modifier and Type Method Description voidListAssetPropertiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssetPropertiesResponse> subscriber)
-