Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.OrderByTime
Packages that use OrderByTime
-
Uses of OrderByTime in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return OrderByTimeModifier and TypeMethodDescriptionstatic OrderByTimeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OrderByTimeGetPropertyValueHistoryRequest.orderByTime()The time direction to use in the result order.static OrderByTimeReturns the enum constant of this type with the specified name.static OrderByTime[]OrderByTime.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type OrderByTimeMethods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type OrderByTimeModifier and TypeMethodDescriptionGetPropertyValueHistoryRequest.Builder.orderByTime(OrderByTime orderByTime) The time direction to use in the result order.