Package | Description |
---|---|
com.amazonaws.services.support.model |
Classes modeling the various types represented by AWSSupport.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.