@Generated(value="software.amazon.awssdk:codegen") public final class ReservationAggregates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservationAggregates.Builder,ReservationAggregates>
The aggregated numbers for your reservation usage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReservationAggregates.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
amortizedRecurringFee()
The monthly cost of your reservation.
|
String |
amortizedUpfrontFee()
The upfront cost of your reservation.
|
static ReservationAggregates.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
netRISavings()
How much you saved due to purchasing and utilizing reservation.
|
String |
onDemandCostOfRIHoursUsed()
How much your reservation costs if charged On-Demand rates.
|
String |
purchasedHours()
How many reservation hours that you purchased.
|
String |
purchasedUnits()
The number of Amazon EC2 reservation hours that you purchased.
|
String |
realizedSavings()
The realized savings because of purchasing and using a reservation.
|
String |
riCostForUnusedHours()
The cost of unused hours for your reservation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReservationAggregates.Builder> |
serializableBuilderClass() |
ReservationAggregates.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
totalActualHours()
The total number of reservation hours that you used.
|
String |
totalActualUnits()
The total number of Amazon EC2 reservation hours that you used.
|
String |
totalAmortizedFee()
The total cost of your reservation.
|
String |
totalPotentialRISavings()
How much you might save if you use your entire reservation.
|
String |
unrealizedSavings()
The unrealized savings because of purchasing and using a reservation.
|
String |
unusedHours()
The number of reservation hours that you didn't use.
|
String |
unusedUnits()
The number of Amazon EC2 reservation hours that you didn't use.
|
String |
utilizationPercentage()
The percentage of reservation time that you used.
|
String |
utilizationPercentageInUnits()
The percentage of Amazon EC2 reservation time that you used.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String utilizationPercentage()
The percentage of reservation time that you used.
public final String utilizationPercentageInUnits()
The percentage of Amazon EC2 reservation time that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
public final String purchasedHours()
How many reservation hours that you purchased.
public final String purchasedUnits()
The number of Amazon EC2 reservation hours that you purchased. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
public final String totalActualHours()
The total number of reservation hours that you used.
public final String totalActualUnits()
The total number of Amazon EC2 reservation hours that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
public final String unusedHours()
The number of reservation hours that you didn't use.
public final String unusedUnits()
The number of Amazon EC2 reservation hours that you didn't use. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
public final String onDemandCostOfRIHoursUsed()
How much your reservation costs if charged On-Demand rates.
public final String netRISavings()
How much you saved due to purchasing and utilizing reservation. Amazon Web Services calculates this by
subtracting TotalAmortizedFee from OnDemandCostOfRIHoursUsed.
TotalAmortizedFee from OnDemandCostOfRIHoursUsed.public final String totalPotentialRISavings()
How much you might save if you use your entire reservation.
public final String amortizedUpfrontFee()
The upfront cost of your reservation. It's amortized over the reservation period.
public final String amortizedRecurringFee()
The monthly cost of your reservation. It's amortized over the reservation period.
public final String totalAmortizedFee()
The total cost of your reservation. It's amortized over the reservation period.
public final String riCostForUnusedHours()
The cost of unused hours for your reservation.
public final String realizedSavings()
The realized savings because of purchasing and using a reservation.
public final String unrealizedSavings()
The unrealized savings because of purchasing and using a reservation.
public ReservationAggregates.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReservationAggregates.Builder,ReservationAggregates>public static ReservationAggregates.Builder builder()
public static Class<? extends ReservationAggregates.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.