| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
OrderBy |
OrderBy.clone() |
OrderBy |
OrderBy.withOrder(Order order)
The set order that filters results.
|
OrderBy |
OrderBy.withOrder(String order)
The set order that filters results.
|
OrderBy |
OrderBy.withPropertyName(String propertyName)
The property name.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderBy> |
TabularConditions.getOrderBy()
Filter criteria that orders the output.
|
| Modifier and Type | Method and Description |
|---|---|
TabularConditions |
TabularConditions.withOrderBy(OrderBy... orderBy)
Filter criteria that orders the output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabularConditions.setOrderBy(Collection<OrderBy> orderBy)
Filter criteria that orders the output.
|
TabularConditions |
TabularConditions.withOrderBy(Collection<OrderBy> orderBy)
Filter criteria that orders the output.
|
Copyright © 2024. All rights reserved.