Uses of Class
software.amazon.awssdk.services.qconnect.model.ListMessageTemplatesResponse
-
Packages that use ListMessageTemplatesResponse Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.paginators -
-
Uses of ListMessageTemplatesResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return ListMessageTemplatesResponse Modifier and Type Method Description default ListMessageTemplatesResponseQConnectClient. listMessageTemplates(Consumer<ListMessageTemplatesRequest.Builder> listMessageTemplatesRequest)Lists all the available Amazon Q in Connect message templates for the specified knowledge base.default ListMessageTemplatesResponseQConnectClient. listMessageTemplates(ListMessageTemplatesRequest listMessageTemplatesRequest)Lists all the available Amazon Q in Connect message templates for the specified knowledge base.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type ListMessageTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListMessageTemplatesResponse>QConnectAsyncClient. listMessageTemplates(Consumer<ListMessageTemplatesRequest.Builder> listMessageTemplatesRequest)Lists all the available Amazon Q in Connect message templates for the specified knowledge base.default CompletableFuture<ListMessageTemplatesResponse>QConnectAsyncClient. listMessageTemplates(ListMessageTemplatesRequest listMessageTemplatesRequest)Lists all the available Amazon Q in Connect message templates for the specified knowledge base. -
Uses of ListMessageTemplatesResponse in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type ListMessageTemplatesResponse Modifier and Type Method Description Iterator<ListMessageTemplatesResponse>ListMessageTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.qconnect.paginators with type arguments of type ListMessageTemplatesResponse Modifier and Type Method Description voidListMessageTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMessageTemplatesResponse> subscriber)
-