Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorCheckResult
Packages that use TrustedAdvisorCheckResult
-
Uses of TrustedAdvisorCheckResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckResultModifier and TypeMethodDescriptionTrustedAdvisorCheckResult.clone()
DescribeTrustedAdvisorCheckResultResult.getResult()
The detailed results of the Trusted Advisor check.TrustedAdvisorCheckResult.withCategorySpecificSummary
(TrustedAdvisorCategorySpecificSummary categorySpecificSummary) Summary information that relates to the category of the check.TrustedAdvisorCheckResult.withCheckId
(String checkId) The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckResult.withFlaggedResources
(TrustedAdvisorResourceDetail... flaggedResources) The details about each resource listed in the check result.TrustedAdvisorCheckResult.withFlaggedResources
(Collection<TrustedAdvisorResourceDetail> flaggedResources) The details about each resource listed in the check result.TrustedAdvisorCheckResult.withResourcesSummary
(TrustedAdvisorResourcesSummary resourcesSummary) TrustedAdvisorCheckResult.withStatus
(String status) The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".TrustedAdvisorCheckResult.withTimestamp
(String timestamp) The time of the last refresh of the check.Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorCheckResultModifier and TypeMethodDescriptionvoid
DescribeTrustedAdvisorCheckResultResult.setResult
(TrustedAdvisorCheckResult result) The detailed results of the Trusted Advisor check.DescribeTrustedAdvisorCheckResultResult.withResult
(TrustedAdvisorCheckResult result) The detailed results of the Trusted Advisor check.