| Package | Description | 
|---|---|
| com.amazonaws.services.support |  | 
| com.amazonaws.services.support.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateCaseResult | AbstractAWSSupport. createCase(CreateCaseRequest request) | 
| CreateCaseResult | AWSSupportClient. createCase(CreateCaseRequest request)
 Creates a case in the Amazon Web Services Support Center. | 
| CreateCaseResult | AWSSupport. createCase(CreateCaseRequest createCaseRequest)
 Creates a case in the Amazon Web Services Support Center. | 
| Future<CreateCaseResult> | AWSSupportAsyncClient. createCaseAsync(CreateCaseRequest request) | 
| Future<CreateCaseResult> | AbstractAWSSupportAsync. createCaseAsync(CreateCaseRequest request) | 
| Future<CreateCaseResult> | AWSSupportAsync. createCaseAsync(CreateCaseRequest createCaseRequest)
 Creates a case in the Amazon Web Services Support Center. | 
| Future<CreateCaseResult> | AWSSupportAsyncClient. createCaseAsync(CreateCaseRequest request,
               AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler) | 
| Future<CreateCaseResult> | AbstractAWSSupportAsync. createCaseAsync(CreateCaseRequest request,
               AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler) | 
| Future<CreateCaseResult> | AWSSupportAsync. createCaseAsync(CreateCaseRequest createCaseRequest,
               AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)
 Creates a case in the Amazon Web Services Support Center. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateCaseResult> | AWSSupportAsyncClient. createCaseAsync(CreateCaseRequest request,
               AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler) | 
| Future<CreateCaseResult> | AbstractAWSSupportAsync. createCaseAsync(CreateCaseRequest request,
               AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler) | 
| Future<CreateCaseResult> | AWSSupportAsync. createCaseAsync(CreateCaseRequest createCaseRequest,
               AsyncHandler<CreateCaseRequest,CreateCaseResult> asyncHandler)
 Creates a case in the Amazon Web Services Support Center. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateCaseRequest | CreateCaseRequest. clone() | 
| CreateCaseRequest | CreateCaseRequest. withAttachmentSetId(String attachmentSetId)
 The ID of a set of one or more attachments for the case. | 
| CreateCaseRequest | CreateCaseRequest. withCategoryCode(String categoryCode)
 The category of problem for the support case. | 
| CreateCaseRequest | CreateCaseRequest. withCcEmailAddresses(Collection<String> ccEmailAddresses)
 A list of email addresses that Amazon Web Services Support copies on case correspondence. | 
| CreateCaseRequest | CreateCaseRequest. withCcEmailAddresses(String... ccEmailAddresses)
 A list of email addresses that Amazon Web Services Support copies on case correspondence. | 
| CreateCaseRequest | CreateCaseRequest. withCommunicationBody(String communicationBody)
 The communication body text that describes the issue. | 
| CreateCaseRequest | CreateCaseRequest. withIssueType(String issueType)
 The type of issue for the case. | 
| CreateCaseRequest | CreateCaseRequest. withLanguage(String language)
 The language in which Amazon Web Services Support handles the case. | 
| CreateCaseRequest | CreateCaseRequest. withServiceCode(String serviceCode)
 The code for the Amazon Web Services service. | 
| CreateCaseRequest | CreateCaseRequest. withSeverityCode(String severityCode)
 A value that indicates the urgency of the case. | 
| CreateCaseRequest | CreateCaseRequest. withSubject(String subject)
 The title of the support case. | 
Copyright © 2022. All rights reserved.