Uses of Class
com.amazonaws.services.support.model.RecentCaseCommunications
-
Packages that use RecentCaseCommunications Package Description com.amazonaws.services.support.model -
-
Uses of RecentCaseCommunications in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return RecentCaseCommunications Modifier and Type Method Description RecentCaseCommunicationsRecentCaseCommunications. clone()RecentCaseCommunicationsCaseDetails. getRecentCommunications()The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications.RecentCaseCommunicationsRecentCaseCommunications. withCommunications(Communication... communications)The five most recent communications associated with the case.RecentCaseCommunicationsRecentCaseCommunications. withCommunications(Collection<Communication> communications)The five most recent communications associated with the case.RecentCaseCommunicationsRecentCaseCommunications. withNextToken(String nextToken)A resumption point for pagination.Methods in com.amazonaws.services.support.model with parameters of type RecentCaseCommunications Modifier and Type Method Description voidCaseDetails. setRecentCommunications(RecentCaseCommunications recentCommunications)The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications.CaseDetailsCaseDetails. withRecentCommunications(RecentCaseCommunications recentCommunications)The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications.
-