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 TrustedAdvisorCheckSummary
TrustedAdvisorCheckSummary. clone()
TrustedAdvisorCheckSummary
TrustedAdvisorCheckSummary. withCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
Summary information that relates to the category of the check.TrustedAdvisorCheckSummary
TrustedAdvisorCheckSummary. withCheckId(String checkId)
The unique identifier for the Trusted Advisor check.TrustedAdvisorCheckSummary
TrustedAdvisorCheckSummary. withHasFlaggedResources(Boolean hasFlaggedResources)
Specifies whether the Trusted Advisor check has flagged resources.TrustedAdvisorCheckSummary
TrustedAdvisorCheckSummary. withResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
TrustedAdvisorCheckSummary
TrustedAdvisorCheckSummary. withStatus(String status)
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".TrustedAdvisorCheckSummary
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 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 DescribeTrustedAdvisorCheckSummariesResult
DescribeTrustedAdvisorCheckSummariesResult. 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 void
DescribeTrustedAdvisorCheckSummariesResult. setSummaries(Collection<TrustedAdvisorCheckSummary> summaries)
The summary information for the requested Trusted Advisor checks.DescribeTrustedAdvisorCheckSummariesResult
DescribeTrustedAdvisorCheckSummariesResult. withSummaries(Collection<TrustedAdvisorCheckSummary> summaries)
The summary information for the requested Trusted Advisor checks.
-