Uses of Class
com.amazonaws.services.support.model.CaseDetails

Packages that use CaseDetails
com.amazonaws.services.support.model Classes modeling the various types represented by AWSSupport. 
 

Uses of CaseDetails in com.amazonaws.services.support.model
 

Methods in com.amazonaws.services.support.model that return CaseDetails
 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.
 

Methods in com.amazonaws.services.support.model that return types with arguments of type CaseDetails
 List<CaseDetails> DescribeCasesResult.getCases()
          The details for the cases that match the request.
 

Methods in com.amazonaws.services.support.model with parameters of type CaseDetails
 DescribeCasesResult DescribeCasesResult.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 CaseDetails
 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 © 2016. All rights reserved.