Uses of Class
software.amazon.awssdk.services.iotsitewise.model.TimeOrdering
-
Packages that use TimeOrdering Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of TimeOrdering in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return TimeOrdering Modifier and Type Method Description static TimeOrderingTimeOrdering. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TimeOrderingBatchGetAssetPropertyAggregatesEntry. timeOrdering()The chronological sorting order of the requested information.TimeOrderingBatchGetAssetPropertyValueHistoryEntry. timeOrdering()The chronological sorting order of the requested information.TimeOrderingGetAssetPropertyAggregatesRequest. timeOrdering()The chronological sorting order of the requested information.TimeOrderingGetAssetPropertyValueHistoryRequest. timeOrdering()The chronological sorting order of the requested information.static TimeOrderingTimeOrdering. 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.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type TimeOrdering Modifier and Type Method Description static Set<TimeOrdering>TimeOrdering. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type TimeOrdering Modifier and Type Method Description BatchGetAssetPropertyAggregatesEntry.BuilderBatchGetAssetPropertyAggregatesEntry.Builder. timeOrdering(TimeOrdering timeOrdering)The chronological sorting order of the requested information.BatchGetAssetPropertyValueHistoryEntry.BuilderBatchGetAssetPropertyValueHistoryEntry.Builder. timeOrdering(TimeOrdering timeOrdering)The chronological sorting order of the requested information.GetAssetPropertyAggregatesRequest.BuilderGetAssetPropertyAggregatesRequest.Builder. timeOrdering(TimeOrdering timeOrdering)The chronological sorting order of the requested information.GetAssetPropertyValueHistoryRequest.BuilderGetAssetPropertyValueHistoryRequest.Builder. timeOrdering(TimeOrdering timeOrdering)The chronological sorting order of the requested information.
-