Uses of Class
software.amazon.awssdk.services.qconnect.model.CreateMessageTemplateVersionResponse
-
Packages that use CreateMessageTemplateVersionResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of CreateMessageTemplateVersionResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return CreateMessageTemplateVersionResponse Modifier and Type Method Description default CreateMessageTemplateVersionResponseQConnectClient. createMessageTemplateVersion(Consumer<CreateMessageTemplateVersionRequest.Builder> createMessageTemplateVersionRequest)Creates a new Amazon Q in Connect message template version from the current content and configuration of a message template.default CreateMessageTemplateVersionResponseQConnectClient. createMessageTemplateVersion(CreateMessageTemplateVersionRequest createMessageTemplateVersionRequest)Creates a new Amazon Q in Connect message template version from the current content and configuration of a message template.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type CreateMessageTemplateVersionResponse Modifier and Type Method Description default CompletableFuture<CreateMessageTemplateVersionResponse>QConnectAsyncClient. createMessageTemplateVersion(Consumer<CreateMessageTemplateVersionRequest.Builder> createMessageTemplateVersionRequest)Creates a new Amazon Q in Connect message template version from the current content and configuration of a message template.default CompletableFuture<CreateMessageTemplateVersionResponse>QConnectAsyncClient. createMessageTemplateVersion(CreateMessageTemplateVersionRequest createMessageTemplateVersionRequest)Creates a new Amazon Q in Connect message template version from the current content and configuration of a message template.
-