CaseDetails |
CaseDetails.clone() |
|
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(String... ccEmailAddresses) |
The email addresses that receive copies of communication about the case.
|
CaseDetails |
CaseDetails.withCcEmailAddresses(Collection<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,
including the IDs of any attachments to the communications.
|
CaseDetails |
CaseDetails.withServiceCode(String serviceCode) |
|
CaseDetails |
CaseDetails.withSeverityCode(String severityCode) |
|
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.
|