Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private TrustedAdvisorCostOptimizingSummary |
TrustedAdvisorCategorySpecificSummary.costOptimizing
The summary information about cost savings for a Trusted Advisor check
that is in the Cost Optimizing category.
|
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCostOptimizingSummary |
TrustedAdvisorCostOptimizingSummary.clone() |
TrustedAdvisorCostOptimizingSummary |
TrustedAdvisorCategorySpecificSummary.getCostOptimizing()
The summary information about cost savings for a Trusted Advisor check
that is in the Cost Optimizing category.
|
TrustedAdvisorCostOptimizingSummary |
TrustedAdvisorCostOptimizingSummary.withEstimatedMonthlySavings(java.lang.Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended
actions are taken.
|
TrustedAdvisorCostOptimizingSummary |
TrustedAdvisorCostOptimizingSummary.withEstimatedPercentMonthlySavings(java.lang.Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the
recommended actions are taken.
|
Modifier and Type | Method and Description |
---|---|
void |
TrustedAdvisorCategorySpecificSummary.setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check
that is in the Cost Optimizing category.
|
TrustedAdvisorCategorySpecificSummary |
TrustedAdvisorCategorySpecificSummary.withCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check
that is in the Cost Optimizing category.
|
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCostOptimizingSummary |
TrustedAdvisorCostOptimizingSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TrustedAdvisorCostOptimizingSummaryJsonMarshaller.marshall(TrustedAdvisorCostOptimizingSummary trustedAdvisorCostOptimizingSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|