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

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

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

Methods in com.amazonaws.services.support.model that return TrustedAdvisorResourcesSummary
 TrustedAdvisorResourcesSummary TrustedAdvisorCheckSummary.getResourcesSummary()
          Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
 TrustedAdvisorResourcesSummary TrustedAdvisorCheckResult.getResourcesSummary()
          Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
 TrustedAdvisorResourcesSummary TrustedAdvisorResourcesSummary.withResourcesFlagged(Long resourcesFlagged)
          The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
 TrustedAdvisorResourcesSummary TrustedAdvisorResourcesSummary.withResourcesIgnored(Long resourcesIgnored)
          The number of AWS resources ignored by Trusted Advisor because information was unavailable.
 TrustedAdvisorResourcesSummary TrustedAdvisorResourcesSummary.withResourcesProcessed(Long resourcesProcessed)
          The number of AWS resources that were analyzed by the Trusted Advisor check.
 TrustedAdvisorResourcesSummary TrustedAdvisorResourcesSummary.withResourcesSuppressed(Long resourcesSuppressed)
          The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
 

Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorResourcesSummary
 void TrustedAdvisorCheckSummary.setResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
          Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
 void TrustedAdvisorCheckResult.setResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
          Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
 TrustedAdvisorCheckSummary TrustedAdvisorCheckSummary.withResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
          Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
 TrustedAdvisorCheckResult TrustedAdvisorCheckResult.withResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
          Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
 



Copyright © 2016. All rights reserved.