Package | Description |
---|---|
com.amazonaws.services.support.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<TrustedAdvisorCheckSummary> |
DescribeTrustedAdvisorCheckSummariesResult.getSummaries()
The summary information for the requested Trusted Advisor checks.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorCheckSummariesResult |
DescribeTrustedAdvisorCheckSummariesResult.withSummaries(TrustedAdvisorCheckSummary... summaries)
The summary information for the requested Trusted Advisor checks.
|
Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.