| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
CurrentInstance |
CurrentInstance.clone() |
CurrentInstance |
RightsizingRecommendation.getCurrentInstance()
Context regarding the current instance.
|
CurrentInstance |
CurrentInstance.withCurrencyCode(String currencyCode)
The currency code that Amazon Web Services used to calculate the costs for this instance.
|
CurrentInstance |
CurrentInstance.withInstanceName(String instanceName)
The name that you given an instance.
|
CurrentInstance |
CurrentInstance.withMonthlyCost(String monthlyCost)
The current On-Demand cost of operating this instance on a monthly basis.
|
CurrentInstance |
CurrentInstance.withOnDemandHoursInLookbackPeriod(String onDemandHoursInLookbackPeriod)
The number of hours during the lookback period that's billed at On-Demand rates.
|
CurrentInstance |
CurrentInstance.withReservationCoveredHoursInLookbackPeriod(String reservationCoveredHoursInLookbackPeriod)
The number of hours during the lookback period that's covered by reservations.
|
CurrentInstance |
CurrentInstance.withResourceDetails(ResourceDetails resourceDetails)
Details about the resource and utilization.
|
CurrentInstance |
CurrentInstance.withResourceId(String resourceId)
Resource ID of the current instance.
|
CurrentInstance |
CurrentInstance.withResourceUtilization(ResourceUtilization resourceUtilization)
Utilization information of the current instance during the lookback period.
|
CurrentInstance |
CurrentInstance.withSavingsPlansCoveredHoursInLookbackPeriod(String savingsPlansCoveredHoursInLookbackPeriod)
The number of hours during the lookback period that's covered by Savings Plans.
|
CurrentInstance |
CurrentInstance.withTags(Collection<TagValues> tags)
Cost allocation resource tags that are applied to the instance.
|
CurrentInstance |
CurrentInstance.withTags(TagValues... tags)
Cost allocation resource tags that are applied to the instance.
|
CurrentInstance |
CurrentInstance.withTotalRunningHoursInLookbackPeriod(String totalRunningHoursInLookbackPeriod)
The total number of hours that the instance ran during the lookback period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RightsizingRecommendation.setCurrentInstance(CurrentInstance currentInstance)
Context regarding the current instance.
|
RightsizingRecommendation |
RightsizingRecommendation.withCurrentInstance(CurrentInstance currentInstance)
Context regarding the current instance.
|
Copyright © 2025. All rights reserved.