Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private TrustedAdvisorResourcesSummary |
TrustedAdvisorCheckSummary.resourcesSummary |
private TrustedAdvisorResourcesSummary |
TrustedAdvisorCheckResult.resourcesSummary |
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorResourcesSummary |
TrustedAdvisorResourcesSummary.clone() |
TrustedAdvisorResourcesSummary |
TrustedAdvisorCheckSummary.getResourcesSummary() |
TrustedAdvisorResourcesSummary |
TrustedAdvisorCheckResult.getResourcesSummary() |
TrustedAdvisorResourcesSummary |
TrustedAdvisorResourcesSummary.withResourcesFlagged(java.lang.Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted
Advisor check.
|
TrustedAdvisorResourcesSummary |
TrustedAdvisorResourcesSummary.withResourcesIgnored(java.lang.Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because
information was unavailable.
|
TrustedAdvisorResourcesSummary |
TrustedAdvisorResourcesSummary.withResourcesProcessed(java.lang.Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor
check.
|
TrustedAdvisorResourcesSummary |
TrustedAdvisorResourcesSummary.withResourcesSuppressed(java.lang.Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were
marked as suppressed by the user.
|
Modifier and Type | Method and Description |
---|---|
void |
TrustedAdvisorCheckSummary.setResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary) |
void |
TrustedAdvisorCheckResult.setResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary) |
TrustedAdvisorCheckSummary |
TrustedAdvisorCheckSummary.withResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary) |
TrustedAdvisorCheckResult |
TrustedAdvisorCheckResult.withResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary) |
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorResourcesSummary |
TrustedAdvisorResourcesSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TrustedAdvisorResourcesSummaryJsonMarshaller.marshall(TrustedAdvisorResourcesSummary trustedAdvisorResourcesSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|