Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueHistoryRequest
-
Packages that use GetPropertyValueHistoryRequest 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 software.amazon.awssdk.services.iottwinmaker.transform -
-
Uses of GetPropertyValueHistoryRequest in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker with parameters of type GetPropertyValueHistoryRequest Modifier and Type Method Description 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.default GetPropertyValueHistoryResponseIoTTwinMakerClient. getPropertyValueHistory(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.default GetPropertyValueHistoryPublisherIoTTwinMakerAsyncClient. getPropertyValueHistoryPaginator(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)default GetPropertyValueHistoryIterableIoTTwinMakerClient. getPropertyValueHistoryPaginator(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)This is a variant ofIoTTwinMakerClient.getPropertyValueHistory(software.amazon.awssdk.services.iottwinmaker.model.GetPropertyValueHistoryRequest)operation. -
Uses of GetPropertyValueHistoryRequest in software.amazon.awssdk.services.iottwinmaker.paginators
Constructors in software.amazon.awssdk.services.iottwinmaker.paginators with parameters of type GetPropertyValueHistoryRequest Constructor Description GetPropertyValueHistoryIterable(IoTTwinMakerClient client, GetPropertyValueHistoryRequest firstRequest)GetPropertyValueHistoryPublisher(IoTTwinMakerAsyncClient client, GetPropertyValueHistoryRequest firstRequest) -
Uses of GetPropertyValueHistoryRequest in software.amazon.awssdk.services.iottwinmaker.transform
Methods in software.amazon.awssdk.services.iottwinmaker.transform with parameters of type GetPropertyValueHistoryRequest Modifier and Type Method Description SdkHttpFullRequestGetPropertyValueHistoryRequestMarshaller. marshall(GetPropertyValueHistoryRequest getPropertyValueHistoryRequest)
-