Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CaseDetails> |
DescribeCasesResult.cases
The details for the cases that match the request.
|
Modifier and Type | Method and Description |
---|---|
CaseDetails |
CaseDetails.clone() |
CaseDetails |
CaseDetails.withCaseId(java.lang.String caseId)
The AWS Support case ID requested or returned in the call.
|
CaseDetails |
CaseDetails.withCategoryCode(java.lang.String categoryCode)
The category of problem for the AWS Support case.
|
CaseDetails |
CaseDetails.withCcEmailAddresses(java.util.Collection<java.lang.String> ccEmailAddresses)
The email addresses that receive copies of communication about the case.
|
CaseDetails |
CaseDetails.withCcEmailAddresses(java.lang.String... ccEmailAddresses)
The email addresses that receive copies of communication about the case.
|
CaseDetails |
CaseDetails.withDisplayId(java.lang.String displayId)
The ID displayed for the case in the AWS Support Center.
|
CaseDetails |
CaseDetails.withLanguage(java.lang.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,
including the IDs of any attachments to the communications.
|
CaseDetails |
CaseDetails.withServiceCode(java.lang.String serviceCode)
The code for the AWS service returned by the call to
DescribeServices.
|
CaseDetails |
CaseDetails.withSeverityCode(java.lang.String severityCode)
The code for the severity level returned by the call to
DescribeSeverityLevels.
|
CaseDetails |
CaseDetails.withStatus(java.lang.String status)
The status of the case.
|
CaseDetails |
CaseDetails.withSubject(java.lang.String subject)
The subject line for the case in the AWS Support Center.
|
CaseDetails |
CaseDetails.withSubmittedBy(java.lang.String submittedBy)
The email address of the account that submitted the case.
|
CaseDetails |
CaseDetails.withTimeCreated(java.lang.String timeCreated)
The time that the case was case created in the AWS Support Center.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<CaseDetails> cases)
The details for the cases that match the request.
|
DescribeCasesResult |
DescribeCasesResult.withCases(java.util.Collection<CaseDetails> cases)
The details for the cases that match the request.
|
Modifier and Type | Method and Description |
---|---|
CaseDetails |
CaseDetailsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CaseDetailsJsonMarshaller.marshall(CaseDetails caseDetails,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|