| Package | Description |
|---|---|
| software.amazon.awssdk.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
static GetPropertyValueHistoryResponse.Builder |
GetPropertyValueHistoryResponse.builder() |
GetPropertyValueHistoryResponse.Builder |
GetPropertyValueHistoryResponse.Builder.nextToken(String nextToken)
The string that specifies the next page of results.
|
GetPropertyValueHistoryResponse.Builder |
GetPropertyValueHistoryResponse.Builder.propertyValues(Collection<PropertyValueHistory> propertyValues)
An object that maps strings to the property definitions in the component type.
|
GetPropertyValueHistoryResponse.Builder |
GetPropertyValueHistoryResponse.Builder.propertyValues(Consumer<PropertyValueHistory.Builder>... propertyValues)
An object that maps strings to the property definitions in the component type.
|
GetPropertyValueHistoryResponse.Builder |
GetPropertyValueHistoryResponse.Builder.propertyValues(PropertyValueHistory... propertyValues)
An object that maps strings to the property definitions in the component type.
|
GetPropertyValueHistoryResponse.Builder |
GetPropertyValueHistoryResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPropertyValueHistoryResponse.Builder> |
GetPropertyValueHistoryResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.