| Package | Description | 
|---|---|
| com.amazonaws.services.support | Synchronous and asynchronous client classes for accessing AWSSupport. | 
| com.amazonaws.services.support.model | Classes modeling the various types represented by AWSSupport. | 
| Modifier and Type | Method and Description | 
|---|---|
| AddCommunicationToCaseResult | AWSSupportClient. addCommunicationToCase(AddCommunicationToCaseRequest addCommunicationToCaseRequest)
 Adds additional customer communication to an AWS Support case. | 
| AddCommunicationToCaseResult | AWSSupport. addCommunicationToCase(AddCommunicationToCaseRequest addCommunicationToCaseRequest)
 Adds additional customer communication to an AWS Support case. | 
| Future<AddCommunicationToCaseResult> | AWSSupportAsyncClient. addCommunicationToCaseAsync(AddCommunicationToCaseRequest addCommunicationToCaseRequest)
 Adds additional customer communication to an AWS Support case. | 
| Future<AddCommunicationToCaseResult> | AWSSupportAsync. addCommunicationToCaseAsync(AddCommunicationToCaseRequest addCommunicationToCaseRequest)
 Adds additional customer communication to an AWS Support case. | 
| Future<AddCommunicationToCaseResult> | AWSSupportAsyncClient. addCommunicationToCaseAsync(AddCommunicationToCaseRequest addCommunicationToCaseRequest,
                           AsyncHandler<AddCommunicationToCaseRequest,AddCommunicationToCaseResult> asyncHandler)
 Adds additional customer communication to an AWS Support case. | 
| Future<AddCommunicationToCaseResult> | AWSSupportAsync. addCommunicationToCaseAsync(AddCommunicationToCaseRequest addCommunicationToCaseRequest,
                           AsyncHandler<AddCommunicationToCaseRequest,AddCommunicationToCaseResult> asyncHandler)
 Adds additional customer communication to an AWS Support case. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<AddCommunicationToCaseResult> | AWSSupportAsyncClient. addCommunicationToCaseAsync(AddCommunicationToCaseRequest addCommunicationToCaseRequest,
                           AsyncHandler<AddCommunicationToCaseRequest,AddCommunicationToCaseResult> asyncHandler)
 Adds additional customer communication to an AWS Support case. | 
| Future<AddCommunicationToCaseResult> | AWSSupportAsync. addCommunicationToCaseAsync(AddCommunicationToCaseRequest addCommunicationToCaseRequest,
                           AsyncHandler<AddCommunicationToCaseRequest,AddCommunicationToCaseResult> asyncHandler)
 Adds additional customer communication to an AWS Support case. | 
| 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 AWS 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 © 2015. All rights reserved.