| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
OrderByElement |
OrderByElement.clone() |
OrderByElement |
OrderByElement.withFieldName(String fieldName)
The field on which to order.
|
OrderByElement |
OrderByElement.withSortOrder(OrderString sortOrder)
Ordering direction.
|
OrderByElement |
OrderByElement.withSortOrder(String sortOrder)
Ordering direction.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderByElement> |
ListConfigurationsRequest.getOrderBy()
Certain filter criteria return output that can be sorted in ascending or descending order.
|
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationsRequest |
ListConfigurationsRequest.withOrderBy(OrderByElement... orderBy)
Certain filter criteria return output that can be sorted in ascending or descending order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConfigurationsRequest.setOrderBy(Collection<OrderByElement> orderBy)
Certain filter criteria return output that can be sorted in ascending or descending order.
|
ListConfigurationsRequest |
ListConfigurationsRequest.withOrderBy(Collection<OrderByElement> orderBy)
Certain filter criteria return output that can be sorted in ascending or descending order.
|
Copyright © 2020. All rights reserved.