| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
RealTimeContactAnalysisAttachment |
RealTimeContactAnalysisAttachment.clone() |
RealTimeContactAnalysisAttachment |
RealTimeContactAnalysisAttachment.withAttachmentId(String attachmentId)
A unique identifier for the attachment.
|
RealTimeContactAnalysisAttachment |
RealTimeContactAnalysisAttachment.withAttachmentName(String attachmentName)
A case-sensitive name of the attachment being uploaded.
|
RealTimeContactAnalysisAttachment |
RealTimeContactAnalysisAttachment.withContentType(String contentType)
Describes the MIME file type of the attachment.
|
RealTimeContactAnalysisAttachment |
RealTimeContactAnalysisAttachment.withStatus(ArtifactStatus status)
Status of the attachment.
|
RealTimeContactAnalysisAttachment |
RealTimeContactAnalysisAttachment.withStatus(String status)
Status of the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<RealTimeContactAnalysisAttachment> |
RealTimeContactAnalysisSegmentAttachments.getAttachments()
List of objects describing an individual attachment.
|
| Modifier and Type | Method and Description |
|---|---|
RealTimeContactAnalysisSegmentAttachments |
RealTimeContactAnalysisSegmentAttachments.withAttachments(RealTimeContactAnalysisAttachment... attachments)
List of objects describing an individual attachment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealTimeContactAnalysisSegmentAttachments.setAttachments(Collection<RealTimeContactAnalysisAttachment> attachments)
List of objects describing an individual attachment.
|
RealTimeContactAnalysisSegmentAttachments |
RealTimeContactAnalysisSegmentAttachments.withAttachments(Collection<RealTimeContactAnalysisAttachment> attachments)
List of objects describing an individual attachment.
|
Copyright © 2024. All rights reserved.