|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrustedAdvisorCheckResult | |
---|---|
com.amazonaws.services.support.model | Classes modeling the various types represented by AWSSupport. |
Uses of TrustedAdvisorCheckResult in com.amazonaws.services.support.model |
---|
Methods in com.amazonaws.services.support.model that return TrustedAdvisorCheckResult | |
---|---|
TrustedAdvisorCheckResult |
DescribeTrustedAdvisorCheckResultResult.getResult()
The detailed results of the Trusted Advisor check. |
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
Summary information that relates to the category of the check. |
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withCheckId(String checkId)
The unique identifier for the Trusted Advisor check. |
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withFlaggedResources(Collection<TrustedAdvisorResourceDetail> flaggedResources)
The details about each resource listed in the check result. |
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withFlaggedResources(TrustedAdvisorResourceDetail... flaggedResources)
The details about each resource listed in the check result. |
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries. |
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withStatus(String status)
The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available". |
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withTimestamp(String timestamp)
The time of the last refresh of the check. |
Methods in com.amazonaws.services.support.model with parameters of type TrustedAdvisorCheckResult | |
---|---|
void |
DescribeTrustedAdvisorCheckResultResult.setResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check. |
DescribeTrustedAdvisorCheckResultResult |
DescribeTrustedAdvisorCheckResultResult.withResult(TrustedAdvisorCheckResult result)
The detailed results of the Trusted Advisor check. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |