Package | Description |
---|---|
com.amazonaws.services.costexplorer.model |
Modifier and Type | Method and Description |
---|---|
ReservationAggregates |
ReservationAggregates.clone() |
ReservationAggregates |
UtilizationByTime.getTotal()
The total number of reservation hours that were used.
|
ReservationAggregates |
GetReservationUtilizationResult.getTotal()
The total amount of time that you used your Reserved Instances (RIs).
|
ReservationAggregates |
ReservationUtilizationGroup.getUtilization()
How much you used this group of reservations.
|
ReservationAggregates |
ReservationAggregates.withAmortizedRecurringFee(String amortizedRecurringFee)
The monthly cost of your reservation.
|
ReservationAggregates |
ReservationAggregates.withAmortizedUpfrontFee(String amortizedUpfrontFee)
The upfront cost of your reservation.
|
ReservationAggregates |
ReservationAggregates.withNetRISavings(String netRISavings)
How much you saved due to purchasing and utilizing reservation.
|
ReservationAggregates |
ReservationAggregates.withOnDemandCostOfRIHoursUsed(String onDemandCostOfRIHoursUsed)
How much your reservation costs if charged On-Demand rates.
|
ReservationAggregates |
ReservationAggregates.withPurchasedHours(String purchasedHours)
How many reservation hours that you purchased.
|
ReservationAggregates |
ReservationAggregates.withPurchasedUnits(String purchasedUnits)
The number of Amazon EC2 reservation hours that you purchased.
|
ReservationAggregates |
ReservationAggregates.withRealizedSavings(String realizedSavings)
The realized savings because of purchasing and using a reservation.
|
ReservationAggregates |
ReservationAggregates.withRICostForUnusedHours(String rICostForUnusedHours)
The cost of unused hours for your reservation.
|
ReservationAggregates |
ReservationAggregates.withTotalActualHours(String totalActualHours)
The total number of reservation hours that you used.
|
ReservationAggregates |
ReservationAggregates.withTotalActualUnits(String totalActualUnits)
The total number of Amazon EC2 reservation hours that you used.
|
ReservationAggregates |
ReservationAggregates.withTotalAmortizedFee(String totalAmortizedFee)
The total cost of your reservation.
|
ReservationAggregates |
ReservationAggregates.withTotalPotentialRISavings(String totalPotentialRISavings)
How much you might save if you use your entire reservation.
|
ReservationAggregates |
ReservationAggregates.withUnrealizedSavings(String unrealizedSavings)
The unrealized savings because of purchasing and using a reservation.
|
ReservationAggregates |
ReservationAggregates.withUnusedHours(String unusedHours)
The number of reservation hours that you didn't use.
|
ReservationAggregates |
ReservationAggregates.withUnusedUnits(String unusedUnits)
The number of Amazon EC2 reservation hours that you didn't use.
|
ReservationAggregates |
ReservationAggregates.withUtilizationPercentage(String utilizationPercentage)
The percentage of reservation time that you used.
|
ReservationAggregates |
ReservationAggregates.withUtilizationPercentageInUnits(String utilizationPercentageInUnits)
The percentage of Amazon EC2 reservation time that you used.
|
Modifier and Type | Method and Description |
---|---|
void |
UtilizationByTime.setTotal(ReservationAggregates total)
The total number of reservation hours that were used.
|
void |
GetReservationUtilizationResult.setTotal(ReservationAggregates total)
The total amount of time that you used your Reserved Instances (RIs).
|
void |
ReservationUtilizationGroup.setUtilization(ReservationAggregates utilization)
How much you used this group of reservations.
|
UtilizationByTime |
UtilizationByTime.withTotal(ReservationAggregates total)
The total number of reservation hours that were used.
|
GetReservationUtilizationResult |
GetReservationUtilizationResult.withTotal(ReservationAggregates total)
The total amount of time that you used your Reserved Instances (RIs).
|
ReservationUtilizationGroup |
ReservationUtilizationGroup.withUtilization(ReservationAggregates utilization)
How much you used this group of reservations.
|
Copyright © 2023. All rights reserved.