Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private TrustedAdvisorCheckResult |
DescribeTrustedAdvisorCheckResultResult.result
The detailed results of the Trusted Advisor check.
|
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.clone() |
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(java.lang.String checkId)
The unique identifier for the Trusted Advisor check.
|
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withFlaggedResources(java.util.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) |
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withStatus(java.lang.String status)
The alert status of the check: "ok" (green), "warning" (yellow), "error"
(red), or "not_available".
|
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withTimestamp(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TrustedAdvisorCheckResultJsonMarshaller.marshall(TrustedAdvisorCheckResult trustedAdvisorCheckResult,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|