| Package | Description | 
|---|---|
| com.amazonaws.services.support.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Communication | Communication. clone() | 
| Communication | Communication. withAttachmentSet(AttachmentDetails... attachmentSet)
 Information about the attachments to the case communication. | 
| Communication | Communication. withAttachmentSet(Collection<AttachmentDetails> attachmentSet)
 Information about the attachments to the case communication. | 
| Communication | Communication. withBody(String body)
 The text of the communication between the customer and Amazon Web Services Support. | 
| Communication | Communication. withCaseId(String caseId)
 The support case ID requested or returned in the call. | 
| Communication | Communication. withSubmittedBy(String submittedBy)
 The identity of the account that submitted, or responded to, the support case. | 
| Communication | Communication. withTimeCreated(String timeCreated)
 The time the communication was created. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Communication> | DescribeCommunicationsResult. getCommunications()
 The communications for the case. | 
| List<Communication> | RecentCaseCommunications. getCommunications()
 The five most recent communications associated with the case. | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeCommunicationsResult | DescribeCommunicationsResult. withCommunications(Communication... communications)
 The communications for the case. | 
| RecentCaseCommunications | RecentCaseCommunications. withCommunications(Communication... communications)
 The five most recent communications associated with the case. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeCommunicationsResult. setCommunications(Collection<Communication> communications)
 The communications for the case. | 
| void | RecentCaseCommunications. setCommunications(Collection<Communication> communications)
 The five most recent communications associated with the case. | 
| DescribeCommunicationsResult | DescribeCommunicationsResult. withCommunications(Collection<Communication> communications)
 The communications for the case. | 
| RecentCaseCommunications | RecentCaseCommunications. withCommunications(Collection<Communication> communications)
 The five most recent communications associated with the case. | 
Copyright © 2022. All rights reserved.