Uses of Class
com.amazonaws.services.support.model.Communication
-
Packages that use Communication Package Description com.amazonaws.services.support.model -
-
Uses of Communication in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return Communication Modifier and Type Method Description CommunicationCommunication. clone()CommunicationCommunication. withAttachmentSet(AttachmentDetails... attachmentSet)Information about the attachments to the case communication.CommunicationCommunication. withAttachmentSet(Collection<AttachmentDetails> attachmentSet)Information about the attachments to the case communication.CommunicationCommunication. withBody(String body)The text of the communication between the customer and AWS Support.CommunicationCommunication. withCaseId(String caseId)The AWS Support case ID requested or returned in the call.CommunicationCommunication. withSubmittedBy(String submittedBy)The email address of the account that submitted the AWS Support case.CommunicationCommunication. withTimeCreated(String timeCreated)The time the communication was created.Methods in com.amazonaws.services.support.model that return types with arguments of type Communication Modifier and Type Method Description List<Communication>DescribeCommunicationsResult. getCommunications()The communications for the case.List<Communication>RecentCaseCommunications. getCommunications()The five most recent communications associated with the case.Methods in com.amazonaws.services.support.model with parameters of type Communication Modifier and Type Method Description DescribeCommunicationsResultDescribeCommunicationsResult. withCommunications(Communication... communications)The communications for the case.RecentCaseCommunicationsRecentCaseCommunications. withCommunications(Communication... communications)The five most recent communications associated with the case.Method parameters in com.amazonaws.services.support.model with type arguments of type Communication Modifier and Type Method Description voidDescribeCommunicationsResult. setCommunications(Collection<Communication> communications)The communications for the case.voidRecentCaseCommunications. setCommunications(Collection<Communication> communications)The five most recent communications associated with the case.DescribeCommunicationsResultDescribeCommunicationsResult. withCommunications(Collection<Communication> communications)The communications for the case.RecentCaseCommunicationsRecentCaseCommunications. withCommunications(Collection<Communication> communications)The five most recent communications associated with the case.
-