Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.OrderBy
-
Packages that use OrderBy Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of OrderBy in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type OrderBy Modifier and Type Method Description List<OrderBy>TabularConditions. orderBy()Filter criteria that orders the output.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type OrderBy Modifier and Type Method Description TabularConditions.BuilderTabularConditions.Builder. orderBy(OrderBy... orderBy)Filter criteria that orders the output.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type OrderBy Modifier and Type Method Description TabularConditions.BuilderTabularConditions.Builder. orderBy(Collection<OrderBy> orderBy)Filter criteria that orders the output.
-