Uses of Class
com.amazonaws.services.support.model.CaseDetails
Packages that use CaseDetails
-
Uses of CaseDetails in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return CaseDetailsModifier and TypeMethodDescriptionCaseDetails.clone()
CaseDetails.withCaseId
(String caseId) The AWS Support case ID requested or returned in the call.CaseDetails.withCategoryCode
(String categoryCode) The category of problem for the AWS Support case.CaseDetails.withCcEmailAddresses
(String... ccEmailAddresses) The email addresses that receive copies of communication about the case.CaseDetails.withCcEmailAddresses
(Collection<String> ccEmailAddresses) The email addresses that receive copies of communication about the case.CaseDetails.withDisplayId
(String displayId) The ID displayed for the case in the AWS Support Center.CaseDetails.withLanguage
(String language) The ISO 639-1 code for the language in which AWS provides support.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.withServiceCode
(String serviceCode) The code for the AWS service returned by the call to DescribeServices.CaseDetails.withSeverityCode
(String severityCode) The code for the severity level returned by the call to DescribeSeverityLevels.CaseDetails.withStatus
(String status) The status of the case.CaseDetails.withSubject
(String subject) The subject line for the case in the AWS Support Center.CaseDetails.withSubmittedBy
(String submittedBy) The email address of the account that submitted the case.CaseDetails.withTimeCreated
(String timeCreated) The time that the case was case created in the AWS Support Center.Methods in com.amazonaws.services.support.model that return types with arguments of type CaseDetailsModifier and TypeMethodDescriptionDescribeCasesResult.getCases()
The details for the cases that match the request.Methods in com.amazonaws.services.support.model with parameters of type CaseDetailsModifier and TypeMethodDescriptionDescribeCasesResult.withCases
(CaseDetails... cases) The details for the cases that match the request.Method parameters in com.amazonaws.services.support.model with type arguments of type CaseDetailsModifier and TypeMethodDescriptionvoid
DescribeCasesResult.setCases
(Collection<CaseDetails> cases) The details for the cases that match the request.DescribeCasesResult.withCases
(Collection<CaseDetails> cases) The details for the cases that match the request.