| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static MigrationSortAttribute |
MigrationSortAttribute.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MigrationSortAttribute |
GetMigrationsRequest.sortByAttribute()
The field to sort the list of migrations by.
|
static MigrationSortAttribute |
MigrationSortAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationSortAttribute[] |
MigrationSortAttribute.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<MigrationSortAttribute> |
MigrationSortAttribute.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetMigrationsRequest.Builder |
GetMigrationsRequest.Builder.sortByAttribute(MigrationSortAttribute sortByAttribute)
The field to sort the list of migrations by.
|
Copyright © 2023. All rights reserved.