| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
ReservationAggregates.Builder |
ReservationAggregates.Builder.amortizedRecurringFee(String amortizedRecurringFee)
The monthly cost of your reservation, amortized over the reservation period.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.amortizedUpfrontFee(String amortizedUpfrontFee)
The upfront cost of your reservation, amortized over the reservation period.
|
static ReservationAggregates.Builder |
ReservationAggregates.builder() |
ReservationAggregates.Builder |
ReservationAggregates.Builder.netRISavings(String netRISavings)
How much you saved due to purchasing and utilizing reservation.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.onDemandCostOfRIHoursUsed(String onDemandCostOfRIHoursUsed)
How much your reservation would cost if charged On-Demand rates.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.purchasedHours(String purchasedHours)
How many reservation hours that you purchased.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.purchasedUnits(String purchasedUnits)
How many Amazon EC2 reservation hours that you purchased, converted to normalized units.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.realizedSavings(String realizedSavings)
The realized savings due to purchasing and using a reservation.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.riCostForUnusedHours(String riCostForUnusedHours)
The cost of unused hours for your reservation.
|
ReservationAggregates.Builder |
ReservationAggregates.toBuilder() |
ReservationAggregates.Builder |
ReservationAggregates.Builder.totalActualHours(String totalActualHours)
The total number of reservation hours that you used.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.totalActualUnits(String totalActualUnits)
The total number of Amazon EC2 reservation hours that you used, converted to normalized units.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.totalAmortizedFee(String totalAmortizedFee)
The total cost of your reservation, amortized over the reservation period.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.totalPotentialRISavings(String totalPotentialRISavings)
How much you could save if you use your entire reservation.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.unrealizedSavings(String unrealizedSavings)
The unrealized savings due to purchasing and using a reservation.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.unusedHours(String unusedHours)
The number of reservation hours that you didn't use.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.unusedUnits(String unusedUnits)
The number of Amazon EC2 reservation hours that you didn't use, converted to normalized units.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.utilizationPercentage(String utilizationPercentage)
The percentage of reservation time that you used.
|
ReservationAggregates.Builder |
ReservationAggregates.Builder.utilizationPercentageInUnits(String utilizationPercentageInUnits)
The percentage of Amazon EC2 reservation time that you used, converted to normalized units.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReservationAggregates.Builder> |
ReservationAggregates.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetReservationUtilizationResponse.Builder |
GetReservationUtilizationResponse.Builder.total(Consumer<ReservationAggregates.Builder> total)
The total amount of time that you used your RIs.
|
default UtilizationByTime.Builder |
UtilizationByTime.Builder.total(Consumer<ReservationAggregates.Builder> total)
The total number of reservation hours that were used.
|
default ReservationUtilizationGroup.Builder |
ReservationUtilizationGroup.Builder.utilization(Consumer<ReservationAggregates.Builder> utilization)
How much you used this group of reservations.
|
Copyright © 2021. All rights reserved.