Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.paginators.GetBuiltinIntentsIterable
-
Packages that use GetBuiltinIntentsIterable Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of GetBuiltinIntentsIterable in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetBuiltinIntentsIterable Modifier and Type Method Description default GetBuiltinIntentsIterableLexModelBuildingClient. getBuiltinIntentsPaginator()Gets a list of built-in intents that meet the specified criteria.default GetBuiltinIntentsIterableLexModelBuildingClient. getBuiltinIntentsPaginator(Consumer<GetBuiltinIntentsRequest.Builder> getBuiltinIntentsRequest)Gets a list of built-in intents that meet the specified criteria.default GetBuiltinIntentsIterableLexModelBuildingClient. getBuiltinIntentsPaginator(GetBuiltinIntentsRequest getBuiltinIntentsRequest)Gets a list of built-in intents that meet the specified criteria.
-