Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBuiltinIntentsResponse
-
Packages that use GetBuiltinIntentsResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators -
-
Uses of GetBuiltinIntentsResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetBuiltinIntentsResponse Modifier and Type Method Description default GetBuiltinIntentsResponseLexModelBuildingClient. getBuiltinIntents()Gets a list of built-in intents that meet the specified criteria.default GetBuiltinIntentsResponseLexModelBuildingClient. getBuiltinIntents(Consumer<GetBuiltinIntentsRequest.Builder> getBuiltinIntentsRequest)Gets a list of built-in intents that meet the specified criteria.default GetBuiltinIntentsResponseLexModelBuildingClient. getBuiltinIntents(GetBuiltinIntentsRequest getBuiltinIntentsRequest)Gets a list of built-in intents that meet the specified criteria.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetBuiltinIntentsResponse Modifier and Type Method Description default CompletableFuture<GetBuiltinIntentsResponse>LexModelBuildingAsyncClient. getBuiltinIntents()Gets a list of built-in intents that meet the specified criteria.default CompletableFuture<GetBuiltinIntentsResponse>LexModelBuildingAsyncClient. getBuiltinIntents(Consumer<GetBuiltinIntentsRequest.Builder> getBuiltinIntentsRequest)Gets a list of built-in intents that meet the specified criteria.default CompletableFuture<GetBuiltinIntentsResponse>LexModelBuildingAsyncClient. getBuiltinIntents(GetBuiltinIntentsRequest getBuiltinIntentsRequest)Gets a list of built-in intents that meet the specified criteria. -
Uses of GetBuiltinIntentsResponse in software.amazon.awssdk.services.lexmodelbuilding.paginators
Methods in software.amazon.awssdk.services.lexmodelbuilding.paginators that return types with arguments of type GetBuiltinIntentsResponse Modifier and Type Method Description Iterator<GetBuiltinIntentsResponse>GetBuiltinIntentsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelbuilding.paginators with type arguments of type GetBuiltinIntentsResponse Modifier and Type Method Description voidGetBuiltinIntentsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetBuiltinIntentsResponse> subscriber)
-