Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorResourcesSummary
Packages that use TrustedAdvisorResourcesSummary
-
Uses of TrustedAdvisorResourcesSummary in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return TrustedAdvisorResourcesSummaryModifier and TypeMethodDescriptionTrustedAdvisorResourcesSummary.clone()
TrustedAdvisorCheckResult.getResourcesSummary()
TrustedAdvisorCheckSummary.getResourcesSummary()
TrustedAdvisorResourcesSummary.withResourcesFlagged
(Long resourcesFlagged) The number of AWS resources that were flagged (listed) by the Trusted Advisor check.TrustedAdvisorResourcesSummary.withResourcesIgnored
(Long resourcesIgnored) The number of AWS resources ignored by Trusted Advisor because information was unavailable.TrustedAdvisorResourcesSummary.withResourcesProcessed
(Long resourcesProcessed) The number of AWS resources that were analyzed by the Trusted Advisor check.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 TrustedAdvisorResourcesSummaryModifier and TypeMethodDescriptionvoid
TrustedAdvisorCheckResult.setResourcesSummary
(TrustedAdvisorResourcesSummary resourcesSummary) void
TrustedAdvisorCheckSummary.setResourcesSummary
(TrustedAdvisorResourcesSummary resourcesSummary) TrustedAdvisorCheckResult.withResourcesSummary
(TrustedAdvisorResourcesSummary resourcesSummary) TrustedAdvisorCheckSummary.withResourcesSummary
(TrustedAdvisorResourcesSummary resourcesSummary)