Uses of Class
com.amazonaws.services.support.model.AddCommunicationToCaseRequest
-
Packages that use AddCommunicationToCaseRequest Package Description com.amazonaws.services.support com.amazonaws.services.support.model -
-
Uses of AddCommunicationToCaseRequest in com.amazonaws.services.support
Method parameters in com.amazonaws.services.support with type arguments of type AddCommunicationToCaseRequest Modifier and Type Method Description Future<AddCommunicationToCaseResult>AbstractAWSSupportAsync. addCommunicationToCaseAsync(AddCommunicationToCaseRequest request, AsyncHandler<AddCommunicationToCaseRequest,AddCommunicationToCaseResult> asyncHandler)Future<AddCommunicationToCaseResult>AWSSupportAsync. addCommunicationToCaseAsync(AddCommunicationToCaseRequest addCommunicationToCaseRequest, AsyncHandler<AddCommunicationToCaseRequest,AddCommunicationToCaseResult> asyncHandler)Adds additional customer communication to an AWS Support case.Future<AddCommunicationToCaseResult>AWSSupportAsyncClient. addCommunicationToCaseAsync(AddCommunicationToCaseRequest request, AsyncHandler<AddCommunicationToCaseRequest,AddCommunicationToCaseResult> asyncHandler) -
Uses of AddCommunicationToCaseRequest in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return AddCommunicationToCaseRequest Modifier and Type Method Description AddCommunicationToCaseRequestAddCommunicationToCaseRequest. clone()AddCommunicationToCaseRequestAddCommunicationToCaseRequest. withAttachmentSetId(String attachmentSetId)The ID of a set of one or more attachments for the communication to add to the case.AddCommunicationToCaseRequestAddCommunicationToCaseRequest. withCaseId(String caseId)The AWS Support case ID requested or returned in the call.AddCommunicationToCaseRequestAddCommunicationToCaseRequest. withCcEmailAddresses(String... ccEmailAddresses)The email addresses in the CC line of an email to be added to the support case.AddCommunicationToCaseRequestAddCommunicationToCaseRequest. withCcEmailAddresses(Collection<String> ccEmailAddresses)The email addresses in the CC line of an email to be added to the support case.AddCommunicationToCaseRequestAddCommunicationToCaseRequest. withCommunicationBody(String communicationBody)The body of an email communication to add to the support case.
-