| Package | Description | 
|---|---|
| com.amazonaws.services.support | 
 | 
| com.amazonaws.services.support.model | 
| Modifier and Type | Method and 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 Amazon Web Services Support case. 
 | 
Future<AddCommunicationToCaseResult> | 
AWSSupportAsyncClient.addCommunicationToCaseAsync(AddCommunicationToCaseRequest request,
                           AsyncHandler<AddCommunicationToCaseRequest,AddCommunicationToCaseResult> asyncHandler)  | 
| Modifier and Type | Method and 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 support case ID requested or returned in the call. 
 | 
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.withCcEmailAddresses(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. 
 | 
Copyright © 2024. All rights reserved.