Uses of Class
software.amazon.awssdk.services.iotsitewise.model.GetAssetPropertyValueHistoryRequest
-
Packages that use GetAssetPropertyValueHistoryRequest 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 GetAssetPropertyValueHistoryRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type GetAssetPropertyValueHistoryRequest Modifier and Type Method Description default CompletableFuture<GetAssetPropertyValueHistoryResponse>IoTSiteWiseAsyncClient. getAssetPropertyValueHistory(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)Gets the history of an asset property's values.default GetAssetPropertyValueHistoryResponseIoTSiteWiseClient. getAssetPropertyValueHistory(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)Gets the history of an asset property's values.default GetAssetPropertyValueHistoryPublisherIoTSiteWiseAsyncClient. getAssetPropertyValueHistoryPaginator(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)default GetAssetPropertyValueHistoryIterableIoTSiteWiseClient. getAssetPropertyValueHistoryPaginator(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest) -
Uses of GetAssetPropertyValueHistoryRequest in software.amazon.awssdk.services.iotsitewise.paginators
Constructors in software.amazon.awssdk.services.iotsitewise.paginators with parameters of type GetAssetPropertyValueHistoryRequest Constructor Description GetAssetPropertyValueHistoryIterable(IoTSiteWiseClient client, GetAssetPropertyValueHistoryRequest firstRequest)GetAssetPropertyValueHistoryPublisher(IoTSiteWiseAsyncClient client, GetAssetPropertyValueHistoryRequest firstRequest) -
Uses of GetAssetPropertyValueHistoryRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type GetAssetPropertyValueHistoryRequest Modifier and Type Method Description SdkHttpFullRequestGetAssetPropertyValueHistoryRequestMarshaller. marshall(GetAssetPropertyValueHistoryRequest getAssetPropertyValueHistoryRequest)
-