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

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

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

Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckSummary
 TrustedAdvisorCheckSummary TrustedAdvisorCheckSummary.withCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
          Summary information that relates to the category of the check.
 TrustedAdvisorCheckSummary TrustedAdvisorCheckSummary.withCheckId(String checkId)
          The unique identifier for the Trusted Advisor check.
 TrustedAdvisorCheckSummary TrustedAdvisorCheckSummary.withHasFlaggedResources(Boolean hasFlaggedResources)
          Specifies whether the Trusted Advisor check has flagged resources.
 TrustedAdvisorCheckSummary TrustedAdvisorCheckSummary.withResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
          Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
 TrustedAdvisorCheckSummary TrustedAdvisorCheckSummary.withStatus(String status)
          The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
 TrustedAdvisorCheckSummary TrustedAdvisorCheckSummary.withTimestamp(String timestamp)
          The time of the last refresh of the check.
 

Methods in com.amazonaws.services.support.model that return types with arguments of type TrustedAdvisorCheckSummary
 List<TrustedAdvisorCheckSummary> DescribeTrustedAdvisorCheckSummariesResult.getSummaries()
          The summary information for the requested Trusted Advisor checks.
 

Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorCheckSummary
 DescribeTrustedAdvisorCheckSummariesResult DescribeTrustedAdvisorCheckSummariesResult.withSummaries(TrustedAdvisorCheckSummary... summaries)
          The summary information for the requested Trusted Advisor checks.
 

Method parameters in com.amazonaws.services.support.model with type arguments of type TrustedAdvisorCheckSummary
 void DescribeTrustedAdvisorCheckSummariesResult.setSummaries(Collection<TrustedAdvisorCheckSummary> summaries)
          The summary information for the requested Trusted Advisor checks.
 DescribeTrustedAdvisorCheckSummariesResult DescribeTrustedAdvisorCheckSummariesResult.withSummaries(Collection<TrustedAdvisorCheckSummary> summaries)
          The summary information for the requested Trusted Advisor checks.
 



Copyright © 2016. All rights reserved.