Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.MigrationSortAttribute
-
Packages that use MigrationSortAttribute Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of MigrationSortAttribute in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return MigrationSortAttribute Modifier and Type Method Description static MigrationSortAttributeMigrationSortAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MigrationSortAttributeGetMigrationsRequest. sortByAttribute()The field to sort the list of migrations by.static MigrationSortAttributeMigrationSortAttribute. 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.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type MigrationSortAttribute Modifier and Type Method Description static Set<MigrationSortAttribute>MigrationSortAttribute. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type MigrationSortAttribute Modifier and Type Method Description GetMigrationsRequest.BuilderGetMigrationsRequest.Builder. sortByAttribute(MigrationSortAttribute sortByAttribute)The field to sort the list of migrations by.
-