Uses of Class
software.amazon.awssdk.services.qconnect.model.MessageTemplateSearchResultData
-
Packages that use MessageTemplateSearchResultData Package Description software.amazon.awssdk.services.qconnect.model software.amazon.awssdk.services.qconnect.paginators -
-
Uses of MessageTemplateSearchResultData in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type MessageTemplateSearchResultData Modifier and Type Method Description List<MessageTemplateSearchResultData>SearchMessageTemplatesResponse. results()The results of the message template search.Methods in software.amazon.awssdk.services.qconnect.model with parameters of type MessageTemplateSearchResultData Modifier and Type Method Description SearchMessageTemplatesResponse.BuilderSearchMessageTemplatesResponse.Builder. results(MessageTemplateSearchResultData... results)The results of the message template search.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type MessageTemplateSearchResultData Modifier and Type Method Description SearchMessageTemplatesResponse.BuilderSearchMessageTemplatesResponse.Builder. results(Collection<MessageTemplateSearchResultData> results)The results of the message template search. -
Uses of MessageTemplateSearchResultData in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type MessageTemplateSearchResultData Modifier and Type Method Description SdkIterable<MessageTemplateSearchResultData>SearchMessageTemplatesIterable. results()Returns an iterable to iterate through the paginatedSearchMessageTemplatesResponse.results()member.SdkPublisher<MessageTemplateSearchResultData>SearchMessageTemplatesPublisher. results()Returns a publisher that can be used to get a stream of data.
-