Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.IntentSortBy.Builder
-
Packages that use IntentSortBy.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of IntentSortBy.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return IntentSortBy.Builder Modifier and Type Method Description IntentSortBy.BuilderIntentSortBy.Builder. attribute(String attribute)The attribute to use to sort the list of intents.IntentSortBy.BuilderIntentSortBy.Builder. attribute(IntentSortAttribute attribute)The attribute to use to sort the list of intents.static IntentSortBy.BuilderIntentSortBy. builder()IntentSortBy.BuilderIntentSortBy.Builder. order(String order)The order to sort the list.IntentSortBy.BuilderIntentSortBy.Builder. order(SortOrder order)The order to sort the list.IntentSortBy.BuilderIntentSortBy. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type IntentSortBy.Builder Modifier and Type Method Description static Class<? extends IntentSortBy.Builder>IntentSortBy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type IntentSortBy.Builder Modifier and Type Method Description default ListIntentsRequest.BuilderListIntentsRequest.Builder. sortBy(Consumer<IntentSortBy.Builder> sortBy)Determines the sort order for the response from theListIntentsoperation.
-