| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
SortProperty.direction()
The direction of the sort, either ascending or descending.
|
static SortDirection |
SortDirection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SortDirection> |
SortDirection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SortProperty.Builder |
SortProperty.Builder.direction(SortDirection direction)
The direction of the sort, either ascending or descending.
|
Copyright © 2022. All rights reserved.