Uses of Interface
software.amazon.awssdk.services.qconnect.model.CreateMessageTemplateAttachmentResponse.Builder
-
Packages that use CreateMessageTemplateAttachmentResponse.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of CreateMessageTemplateAttachmentResponse.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return CreateMessageTemplateAttachmentResponse.Builder Modifier and Type Method Description default CreateMessageTemplateAttachmentResponse.BuilderCreateMessageTemplateAttachmentResponse.Builder. attachment(Consumer<MessageTemplateAttachment.Builder> attachment)The message template attachment.CreateMessageTemplateAttachmentResponse.BuilderCreateMessageTemplateAttachmentResponse.Builder. attachment(MessageTemplateAttachment attachment)The message template attachment.static CreateMessageTemplateAttachmentResponse.BuilderCreateMessageTemplateAttachmentResponse. builder()CreateMessageTemplateAttachmentResponse.BuilderCreateMessageTemplateAttachmentResponse. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type CreateMessageTemplateAttachmentResponse.Builder Modifier and Type Method Description static Class<? extends CreateMessageTemplateAttachmentResponse.Builder>CreateMessageTemplateAttachmentResponse. serializableBuilderClass()
-