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 AddCommunicationToCaseRequest
AddCommunicationToCaseRequest. clone()
AddCommunicationToCaseRequest
AddCommunicationToCaseRequest. withAttachmentSetId(String attachmentSetId)
The ID of a set of one or more attachments for the communication to add to the case.AddCommunicationToCaseRequest
AddCommunicationToCaseRequest. withCaseId(String caseId)
The AWS Support case ID requested or returned in the call.AddCommunicationToCaseRequest
AddCommunicationToCaseRequest. withCcEmailAddresses(String... ccEmailAddresses)
The email addresses in the CC line of an email to be added to the support case.AddCommunicationToCaseRequest
AddCommunicationToCaseRequest. withCcEmailAddresses(Collection<String> ccEmailAddresses)
The email addresses in the CC line of an email to be added to the support case.AddCommunicationToCaseRequest
AddCommunicationToCaseRequest. withCommunicationBody(String communicationBody)
The body of an email communication to add to the support case.
-