Package | Description |
---|---|
com.amazonaws.services.support |
|
com.amazonaws.services.support.model |
Modifier and Type | Method and Description |
---|---|
Future<AddCommunicationToCaseResult> |
AWSSupportAsyncClient.addCommunicationToCaseAsync(AddCommunicationToCaseRequest request,
AsyncHandler<AddCommunicationToCaseRequest,AddCommunicationToCaseResult> asyncHandler) |
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.
|
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 © 2018. All rights reserved.