|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Communication | |
---|---|
com.amazonaws.services.support.model | Classes modeling the various types represented by AWSSupport. |
Uses of Communication in com.amazonaws.services.support.model |
---|
Methods in com.amazonaws.services.support.model that return Communication | |
---|---|
Communication |
Communication.withBody(String body)
The text of the communication between the customer and AWS Support. |
Communication |
Communication.withCaseId(String caseId)
The AWS Support case ID requested or returned in the call. |
Communication |
Communication.withSubmittedBy(String submittedBy)
The email address of the account that submitted the AWS Support case. |
Communication |
Communication.withTimeCreated(String timeCreated)
The time the support case was created. |
Methods in com.amazonaws.services.support.model that return types with arguments of type Communication | |
---|---|
List<Communication> |
RecentCaseCommunications.getCommunications()
The five most recent communications associated with the case. |
List<Communication> |
DescribeCommunicationsResult.getCommunications()
The communications for the case. |
Methods in com.amazonaws.services.support.model with parameters of type Communication | |
---|---|
RecentCaseCommunications |
RecentCaseCommunications.withCommunications(Communication... communications)
The five most recent communications associated with the case. |
DescribeCommunicationsResult |
DescribeCommunicationsResult.withCommunications(Communication... communications)
The communications for the case. |
Method parameters in com.amazonaws.services.support.model with type arguments of type Communication | |
---|---|
void |
RecentCaseCommunications.setCommunications(Collection<Communication> communications)
The five most recent communications associated with the case. |
void |
DescribeCommunicationsResult.setCommunications(Collection<Communication> communications)
The communications for the case. |
RecentCaseCommunications |
RecentCaseCommunications.withCommunications(Collection<Communication> communications)
The five most recent communications associated with the case. |
DescribeCommunicationsResult |
DescribeCommunicationsResult.withCommunications(Collection<Communication> communications)
The communications for the case. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |