Uses of Class
software.amazon.awssdk.services.costexplorer.model.ReservationAggregates
-
Packages that use ReservationAggregates Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of ReservationAggregates in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return ReservationAggregates Modifier and Type Method Description ReservationAggregatesGetReservationUtilizationResponse. total()The total amount of time that you used your Reserved Instances (RIs).ReservationAggregatesUtilizationByTime. total()The total number of reservation hours that were used.ReservationAggregatesReservationUtilizationGroup. utilization()How much you used this group of reservations.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type ReservationAggregates Modifier and Type Method Description GetReservationUtilizationResponse.BuilderGetReservationUtilizationResponse.Builder. total(ReservationAggregates total)The total amount of time that you used your Reserved Instances (RIs).UtilizationByTime.BuilderUtilizationByTime.Builder. total(ReservationAggregates total)The total number of reservation hours that were used.ReservationUtilizationGroup.BuilderReservationUtilizationGroup.Builder. utilization(ReservationAggregates utilization)How much you used this group of reservations.
-