Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueHistoryResponse
-
Packages that use GetPropertyValueHistoryResponse Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems.software.amazon.awssdk.services.iottwinmaker.paginators -
-
Uses of GetPropertyValueHistoryResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return GetPropertyValueHistoryResponse Modifier and Type Method Description default 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 GetPropertyValueHistoryResponse Modifier and Type Method Description default CompletableFuture<GetPropertyValueHistoryResponse>IoTTwinMakerAsyncClient. 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 CompletableFuture<GetPropertyValueHistoryResponse>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 GetPropertyValueHistoryResponse Modifier and Type Method Description Iterator<GetPropertyValueHistoryResponse>GetPropertyValueHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.iottwinmaker.paginators with type arguments of type GetPropertyValueHistoryResponse Modifier and Type Method Description voidGetPropertyValueHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetPropertyValueHistoryResponse> subscriber)
-