Uses of Class
software.amazon.awssdk.services.iottwinmaker.paginators.GetPropertyValueHistoryIterable
-
Packages that use GetPropertyValueHistoryIterable Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems. -
-
Uses of GetPropertyValueHistoryIterable in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return GetPropertyValueHistoryIterable Modifier and Type Method Description default GetPropertyValueHistoryIterableIoTTwinMakerClient. getPropertyValueHistoryPaginator(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest)Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.default GetPropertyValueHistoryIterableIoTTwinMakerClient. getPropertyValueHistoryPaginator(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.
-