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