Package | Description |
---|---|
com.amazonaws.services.support.model |
Classes modeling the various types represented by AWSSupport.
|
Modifier and Type | Method and Description |
---|---|
CaseDetails |
CaseDetails.withCaseId(String caseId)
The AWS Support case ID requested or returned in the call.
|
CaseDetails |
CaseDetails.withCategoryCode(String categoryCode)
The category of problem for the AWS Support case.
|
CaseDetails |
CaseDetails.withCcEmailAddresses(Collection<String> ccEmailAddresses)
The email addresses that receive copies of communication about the
case.
|
CaseDetails |
CaseDetails.withCcEmailAddresses(String... ccEmailAddresses)
The email addresses that receive copies of communication about the
case.
|
CaseDetails |
CaseDetails.withDisplayId(String displayId)
The ID displayed for the case in the AWS Support Center.
|
CaseDetails |
CaseDetails.withLanguage(String language)
The ISO 639-1 code for the language in which AWS provides support.
|
CaseDetails |
CaseDetails.withRecentCommunications(RecentCaseCommunications recentCommunications)
The five most recent communications between you and AWS Support
Center.
|
CaseDetails |
CaseDetails.withServiceCode(String serviceCode)
The code for the AWS service returned by the call to
DescribeServices.
|
CaseDetails |
CaseDetails.withSeverityCode(String severityCode)
The code for the severity level returned by the call to
DescribeSeverityLevels.
|
CaseDetails |
CaseDetails.withStatus(String status)
The status of the case.
|
CaseDetails |
CaseDetails.withSubject(String subject)
The subject line for the case in the AWS Support Center.
|
CaseDetails |
CaseDetails.withSubmittedBy(String submittedBy)
The email address of the account that submitted the case.
|
CaseDetails |
CaseDetails.withTimeCreated(String timeCreated)
The time that the case was case created in the AWS Support Center.
|
Modifier and Type | Method and Description |
---|---|
List<CaseDetails> |
DescribeCasesResult.getCases()
The details for the cases that match the request.
|
Modifier and Type | Method and Description |
---|---|
DescribeCasesResult |
DescribeCasesResult.withCases(CaseDetails... cases)
The details for the cases that match the request.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCasesResult.setCases(Collection<CaseDetails> cases)
The details for the cases that match the request.
|
DescribeCasesResult |
DescribeCasesResult.withCases(Collection<CaseDetails> cases)
The details for the cases that match the request.
|
Copyright © 2014. All rights reserved.