@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, amortized over the reservation period.
|
String |
amortizedUpfrontFee()
The upfront cost of your reservation, amortized over the reservation period.
|
static ReservationAggregates.Builder |
builder() |
boolean |
equals(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 would cost if charged On-Demand rates.
|
String |
purchasedHours()
How many reservation hours that you purchased.
|
String |
purchasedUnits()
How many Amazon EC2 reservation hours that you purchased, converted to normalized units.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReservationAggregates.Builder> |
serializableBuilderClass() |
ReservationAggregates.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
totalActualHours()
The total number of reservation hours that you used.
|
String |
totalActualUnits()
The total number of Amazon EC2 reservation hours that you used, converted to normalized units.
|
String |
totalAmortizedFee()
The total cost of your reservation, amortized over the reservation period.
|
String |
totalPotentialRISavings()
How much you could save if you use your entire 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, converted to normalized units.
|
String |
utilizationPercentage()
The percentage of reservation time that you used.
|
String |
utilizationPercentageInUnits()
The percentage of Amazon EC2 reservation time that you used, converted to normalized units.
|
copy
public String utilizationPercentage()
The percentage of reservation time that you used.
public String utilizationPercentageInUnits()
The percentage of Amazon EC2 reservation time that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
public String purchasedHours()
How many reservation hours that you purchased.
public String purchasedUnits()
How many Amazon EC2 reservation hours that you purchased, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
public String totalActualHours()
The total number of reservation hours that you used.
public String totalActualUnits()
The total number of Amazon EC2 reservation hours that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
public String unusedHours()
The number of reservation hours that you didn't use.
public String unusedUnits()
The number of Amazon EC2 reservation hours that you didn't use, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
public String onDemandCostOfRIHoursUsed()
How much your reservation would cost if charged On-Demand rates.
public String netRISavings()
How much you saved due to purchasing and utilizing reservation. AWS calculates this by subtracting
TotalAmortizedFee
from OnDemandCostOfRIHoursUsed
.
TotalAmortizedFee
from OnDemandCostOfRIHoursUsed
.public String totalPotentialRISavings()
How much you could save if you use your entire reservation.
public String amortizedUpfrontFee()
The upfront cost of your reservation, amortized over the reservation period.
public String amortizedRecurringFee()
The monthly cost of your reservation, amortized over the reservation period.
public String totalAmortizedFee()
The total cost of your reservation, amortized over the reservation period.
public ReservationAggregates.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReservationAggregates.Builder,ReservationAggregates>
public static ReservationAggregates.Builder builder()
public static Class<? extends ReservationAggregates.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.