Uses of Class
com.amazonaws.services.support.model.RecentCaseCommunications

Packages that use RecentCaseCommunications
com.amazonaws.services.support.model Classes modeling the various types represented by AWSSupport. 
 

Uses of RecentCaseCommunications in com.amazonaws.services.support.model
 

Methods in com.amazonaws.services.support.model that return RecentCaseCommunications
 RecentCaseCommunications CaseDetails.getRecentCommunications()
          The five most recent communications between you and AWS Support Center.
 RecentCaseCommunications RecentCaseCommunications.withCommunications(Collection<Communication> communications)
          The five most recent communications associated with the case.
 RecentCaseCommunications RecentCaseCommunications.withCommunications(Communication... communications)
          The five most recent communications associated with the case.
 RecentCaseCommunications RecentCaseCommunications.withNextToken(String nextToken)
          A resumption point for pagination.
 

Methods in com.amazonaws.services.support.model with parameters of type RecentCaseCommunications
 void CaseDetails.setRecentCommunications(RecentCaseCommunications recentCommunications)
          The five most recent communications between you and AWS Support Center.
 CaseDetails CaseDetails.withRecentCommunications(RecentCaseCommunications recentCommunications)
          The five most recent communications between you and AWS Support Center.
 



Copyright © 2016. All rights reserved.