Uses of Class
software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyAggregatesResponse
-
Packages that use GetAssetPropertyAggregatesResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of GetAssetPropertyAggregatesResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return GetAssetPropertyAggregatesResponse Modifier and Type Method Description default GetAssetPropertyAggregatesResponseIoTSiteWiseClient. getAssetPropertyAggregates(Consumer<GetAssetPropertyAggregatesRequest.Builder> getAssetPropertyAggregatesRequest)Gets aggregated values for an asset property.default GetAssetPropertyAggregatesResponseIoTSiteWiseClient. getAssetPropertyAggregates(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest)Gets aggregated values for an asset property.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type GetAssetPropertyAggregatesResponse Modifier and Type Method Description default CompletableFuture<GetAssetPropertyAggregatesResponse>IoTSiteWiseAsyncClient. getAssetPropertyAggregates(Consumer<GetAssetPropertyAggregatesRequest.Builder> getAssetPropertyAggregatesRequest)Gets aggregated values for an asset property.default CompletableFuture<GetAssetPropertyAggregatesResponse>IoTSiteWiseAsyncClient. getAssetPropertyAggregates(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest)Gets aggregated values for an asset property. -
Uses of GetAssetPropertyAggregatesResponse in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type GetAssetPropertyAggregatesResponse Modifier and Type Method Description Iterator<GetAssetPropertyAggregatesResponse>GetAssetPropertyAggregatesIterable. iterator()Method parameters in software.amazon.awssdk.services.iotsitewise.paginators with type arguments of type GetAssetPropertyAggregatesResponse Modifier and Type Method Description voidGetAssetPropertyAggregatesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetAssetPropertyAggregatesResponse> subscriber)
-