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