| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
Cost |
Cost.clone() |
Cost |
ConfigRecommendation.getCost()
The cost for the application.
|
Cost |
AppAssessment.getCost()
Cost for the application.
|
Cost |
AppComponentCompliance.getCost()
The cost for the application.
|
Cost |
AppAssessmentSummary.getCost()
Cost for an application.
|
Cost |
Cost.withAmount(Double amount)
The cost amount.
|
Cost |
Cost.withCurrency(String currency)
The cost currency, for example
USD. |
Cost |
Cost.withFrequency(CostFrequency frequency)
The cost frequency.
|
Cost |
Cost.withFrequency(String frequency)
The cost frequency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigRecommendation.setCost(Cost cost)
The cost for the application.
|
void |
AppAssessment.setCost(Cost cost)
Cost for the application.
|
void |
AppComponentCompliance.setCost(Cost cost)
The cost for the application.
|
void |
AppAssessmentSummary.setCost(Cost cost)
Cost for an application.
|
ConfigRecommendation |
ConfigRecommendation.withCost(Cost cost)
The cost for the application.
|
AppAssessment |
AppAssessment.withCost(Cost cost)
Cost for the application.
|
AppComponentCompliance |
AppComponentCompliance.withCost(Cost cost)
The cost for the application.
|
AppAssessmentSummary |
AppAssessmentSummary.withCost(Cost cost)
Cost for an application.
|
Copyright © 2025. All rights reserved.