| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker |
IoT TwinMaker is a service that enables you to build operational digital twins of physical systems.
|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
default GetPropertyValueHistoryResponse |
IoTTwinMakerClient.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(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
default GetPropertyValueHistoryIterable |
IoTTwinMakerClient.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 GetPropertyValueHistoryPublisher |
IoTTwinMakerAsyncClient.getPropertyValueHistoryPaginator(Consumer<GetPropertyValueHistoryRequest.Builder> getPropertyValueHistoryRequest)
Retrieves information about the history of a time series property value for a component, component type, entity,
or workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.builder() |
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.componentName(String componentName)
The name of the component.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.componentTypeId(String componentTypeId)
The ID of the component type.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.endDateTime(Instant endDateTime)
Deprecated.
This field is deprecated and will throw an error in the future. Use endTime instead.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.endTime(String endTime)
The ISO8601 DateTime of the latest property value to return.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.entityId(String entityId)
The ID of the entity.
|
default GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.interpolation(Consumer<InterpolationParameters.Builder> interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.interpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.nextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.orderByTime(OrderByTime orderByTime)
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.orderByTime(String orderByTime)
The time direction to use in the result order.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.propertyFilters(Collection<PropertyFilter> propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.propertyFilters(Consumer<PropertyFilter.Builder>... propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.propertyFilters(PropertyFilter... propertyFilters)
A list of objects that filter the property value history request.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.selectedProperties(Collection<String> selectedProperties)
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.selectedProperties(String... selectedProperties)
A list of properties whose value histories the request retrieves.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.startDateTime(Instant startDateTime)
Deprecated.
This field is deprecated and will throw an error in the future. Use startTime instead.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.startTime(String startTime)
The ISO8601 DateTime of the earliest property value to return.
|
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.toBuilder() |
GetPropertyValueHistoryRequest.Builder |
GetPropertyValueHistoryRequest.Builder.workspaceId(String workspaceId)
The ID of the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPropertyValueHistoryRequest.Builder> |
GetPropertyValueHistoryRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.