Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Communication> |
RecentCaseCommunications.communications
The five most recent communications associated with the case.
|
private SdkInternalList<Communication> |
DescribeCommunicationsResult.communications
The communications for the case.
|
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(java.util.Collection<AttachmentDetails> attachmentSet)
Information about the attachments to the case communication.
|
Communication |
Communication.withBody(java.lang.String body)
The text of the communication between the customer and AWS Support.
|
Communication |
Communication.withCaseId(java.lang.String caseId)
The AWS Support case ID requested or returned in the call.
|
Communication |
Communication.withSubmittedBy(java.lang.String submittedBy)
The email address of the account that submitted the AWS Support case.
|
Communication |
Communication.withTimeCreated(java.lang.String timeCreated)
The time the communication was created.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Communication> |
RecentCaseCommunications.getCommunications()
The five most recent communications associated with the case.
|
java.util.List<Communication> |
DescribeCommunicationsResult.getCommunications()
The communications for the case.
|
Modifier and Type | Method and Description |
---|---|
RecentCaseCommunications |
RecentCaseCommunications.withCommunications(Communication... communications)
The five most recent communications associated with the case.
|
DescribeCommunicationsResult |
DescribeCommunicationsResult.withCommunications(Communication... communications)
The communications for the case.
|
Modifier and Type | Method and Description |
---|---|
void |
RecentCaseCommunications.setCommunications(java.util.Collection<Communication> communications)
The five most recent communications associated with the case.
|
void |
DescribeCommunicationsResult.setCommunications(java.util.Collection<Communication> communications)
The communications for the case.
|
RecentCaseCommunications |
RecentCaseCommunications.withCommunications(java.util.Collection<Communication> communications)
The five most recent communications associated with the case.
|
DescribeCommunicationsResult |
DescribeCommunicationsResult.withCommunications(java.util.Collection<Communication> communications)
The communications for the case.
|
Modifier and Type | Method and Description |
---|---|
Communication |
CommunicationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CommunicationJsonMarshaller.marshall(Communication communication,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|