Uses of Class
com.amazonaws.services.support.model.TrustedAdvisorCheckSummary
Packages that use TrustedAdvisorCheckSummary
-
Uses of TrustedAdvisorCheckSummary in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckSummaryModifier and TypeMethodDescriptionTrustedAdvisorCheckSummary.clone()
TrustedAdvisorCheckSummary.withCategorySpecificSummary
(TrustedAdvisorCategorySpecificSummary categorySpecificSummary) Summary information that relates to the category of the check.TrustedAdvisorCheckSummary.withCheckId
(String checkId) The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckSummary.withHasFlaggedResources
(Boolean hasFlaggedResources) Specifies whether the Trusted Advisor check has flagged resources.TrustedAdvisorCheckSummary.withResourcesSummary
(TrustedAdvisorResourcesSummary resourcesSummary) TrustedAdvisorCheckSummary.withStatus
(String status) The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".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 TrustedAdvisorCheckSummaryModifier and TypeMethodDescriptionDescribeTrustedAdvisorCheckSummariesResult.getSummaries()
The summary information for the requested Trusted Advisor checks.Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorCheckSummaryModifier and TypeMethodDescriptionDescribeTrustedAdvisorCheckSummariesResult.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 TrustedAdvisorCheckSummaryModifier and TypeMethodDescriptionvoid
DescribeTrustedAdvisorCheckSummariesResult.setSummaries
(Collection<TrustedAdvisorCheckSummary> summaries) The summary information for the requested Trusted Advisor checks.DescribeTrustedAdvisorCheckSummariesResult.withSummaries
(Collection<TrustedAdvisorCheckSummary> summaries) The summary information for the requested Trusted Advisor checks.