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 |
---|---|
CreateCaseResult |
AWSSupport.createCase(CreateCaseRequest createCaseRequest)
Creates a new case in the AWS Support Center.
|
CreateCaseResult |
AWSSupportClient.createCase(CreateCaseRequest createCaseRequest)
Creates a new case in the AWS Support Center.
|
Future<CreateCaseResult> |
AWSSupportAsync.createCaseAsync(CreateCaseRequest createCaseRequest)
Creates a new case in the AWS Support Center.
|
Future<CreateCaseResult> |
AWSSupportAsyncClient.createCaseAsync(CreateCaseRequest createCaseRequest)
Creates a new case in the AWS Support Center.
|
Future<CreateCaseResult> |
AWSSupportAsync.createCaseAsync(CreateCaseRequest createCaseRequest,
AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)
Creates a new case in the AWS Support Center.
|
Future<CreateCaseResult> |
AWSSupportAsyncClient.createCaseAsync(CreateCaseRequest createCaseRequest,
AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)
Creates a new case in the AWS Support Center.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateCaseResult> |
AWSSupportAsync.createCaseAsync(CreateCaseRequest createCaseRequest,
AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)
Creates a new case in the AWS Support Center.
|
Future<CreateCaseResult> |
AWSSupportAsyncClient.createCaseAsync(CreateCaseRequest createCaseRequest,
AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)
Creates a new case in the AWS Support Center.
|
Modifier and Type | Method and Description |
---|---|
CreateCaseRequest |
CreateCaseRequest.withAttachmentSetId(String attachmentSetId)
Sets the value of the AttachmentSetId property for this object.
|
CreateCaseRequest |
CreateCaseRequest.withCategoryCode(String categoryCode)
The category of problem for the AWS Support case.
|
CreateCaseRequest |
CreateCaseRequest.withCcEmailAddresses(Collection<String> ccEmailAddresses)
A list of email addresses that AWS Support copies on case
correspondence.
|
CreateCaseRequest |
CreateCaseRequest.withCcEmailAddresses(String... ccEmailAddresses)
A list of email addresses that AWS Support copies on case
correspondence.
|
CreateCaseRequest |
CreateCaseRequest.withCommunicationBody(String communicationBody)
The communication body text when you create an AWS Support case by
calling CreateCase.
|
CreateCaseRequest |
CreateCaseRequest.withIssueType(String issueType)
The type of issue for the case.
|
CreateCaseRequest |
CreateCaseRequest.withLanguage(String language)
The ISO 639-1 code for the language in which AWS provides support.
|
CreateCaseRequest |
CreateCaseRequest.withServiceCode(String serviceCode)
The code for the AWS service returned by the call to
DescribeServices.
|
CreateCaseRequest |
CreateCaseRequest.withSeverityCode(String severityCode)
The code for the severity level returned by the call to
DescribeSeverityLevels.
|
CreateCaseRequest |
CreateCaseRequest.withSubject(String subject)
The title of the AWS Support case.
|
Copyright © 2014. All rights reserved.