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

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

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

Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckDescription
 TrustedAdvisorCheckDescription TrustedAdvisorCheckDescription.withCategory(String category)
          The category of the Trusted Advisor check.
 TrustedAdvisorCheckDescription TrustedAdvisorCheckDescription.withDescription(String description)
          The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup).
 TrustedAdvisorCheckDescription TrustedAdvisorCheckDescription.withId(String id)
          The unique identifier for the Trusted Advisor check.
 TrustedAdvisorCheckDescription TrustedAdvisorCheckDescription.withMetadata(Collection<String> metadata)
          The column headings for the data returned by the Trusted Advisor check.
 TrustedAdvisorCheckDescription TrustedAdvisorCheckDescription.withMetadata(String... metadata)
          The column headings for the data returned by the Trusted Advisor check.
 TrustedAdvisorCheckDescription TrustedAdvisorCheckDescription.withName(String name)
          The display name for the Trusted Advisor check.
 

Methods in com.amazonaws.services.support.model that return types with arguments of type TrustedAdvisorCheckDescription
 List<TrustedAdvisorCheckDescription> DescribeTrustedAdvisorChecksResult.getChecks()
          Information about all available Trusted Advisor checks.
 

Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorCheckDescription
 DescribeTrustedAdvisorChecksResult DescribeTrustedAdvisorChecksResult.withChecks(TrustedAdvisorCheckDescription... checks)
          Information about all available Trusted Advisor checks.
 

Method parameters in com.amazonaws.services.support.model with type arguments of type TrustedAdvisorCheckDescription
 void DescribeTrustedAdvisorChecksResult.setChecks(Collection<TrustedAdvisorCheckDescription> checks)
          Information about all available Trusted Advisor checks.
 DescribeTrustedAdvisorChecksResult DescribeTrustedAdvisorChecksResult.withChecks(Collection<TrustedAdvisorCheckDescription> checks)
          Information about all available Trusted Advisor checks.
 



Copyright © 2016. All rights reserved.