| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeOrdering |
TimeOrdering.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TimeOrdering |
GetAssetPropertyValueHistoryRequest.timeOrdering()
The chronological sorting order of the requested information.
|
TimeOrdering |
GetAssetPropertyAggregatesRequest.timeOrdering()
The chronological sorting order of the requested information.
|
static TimeOrdering |
TimeOrdering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeOrdering[] |
TimeOrdering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TimeOrdering> |
TimeOrdering.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetAssetPropertyValueHistoryRequest.Builder |
GetAssetPropertyValueHistoryRequest.Builder.timeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.timeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
Copyright © 2021. All rights reserved.