Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueHistoryResponse
Packages that use GetPropertyValueHistoryResponse
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of GetPropertyValueHistoryResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return GetPropertyValueHistoryResponseModifier and TypeMethodDescriptiondefault GetPropertyValueHistoryResponseIoTTwinMakerClient.getPropertyValueHistory(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest) Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.default GetPropertyValueHistoryResponseIoTTwinMakerClient.getPropertyValueHistory(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest) Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type GetPropertyValueHistoryResponseModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.getPropertyValueHistory(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest) Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.IoTTwinMakerAsyncClient.getPropertyValueHistory(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest) Retrieves information about the history of a time series property value for a component, component type, entity, or workspace. -
Uses of GetPropertyValueHistoryResponse in software.amazon.awssdk.services.iottwinmaker.paginators
Methods in software.amazon.awssdk.services.iottwinmaker.paginators that return types with arguments of type GetPropertyValueHistoryResponseMethod parameters in software.amazon.awssdk.services.iottwinmaker.paginators with type arguments of type GetPropertyValueHistoryResponseModifier and TypeMethodDescriptionvoidGetPropertyValueHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetPropertyValueHistoryResponse> subscriber)