Uses of Interface
software.amazon.awssdk.services.costoptimizationhub.model.ReservedInstancesPricing.Builder
-
Packages that use ReservedInstancesPricing.Builder Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of ReservedInstancesPricing.Builder in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return ReservedInstancesPricing.Builder Modifier and Type Method Description static ReservedInstancesPricing.BuilderReservedInstancesPricing. builder()ReservedInstancesPricing.BuilderReservedInstancesPricing.Builder. estimatedMonthlyAmortizedReservationCost(Double estimatedMonthlyAmortizedReservationCost)The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.ReservedInstancesPricing.BuilderReservedInstancesPricing.Builder. estimatedOnDemandCost(Double estimatedOnDemandCost)The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.ReservedInstancesPricing.BuilderReservedInstancesPricing.Builder. monthlyReservationEligibleCost(Double monthlyReservationEligibleCost)The cost of paying for the recommended reserved instance monthly.ReservedInstancesPricing.BuilderReservedInstancesPricing.Builder. savingsPercentage(Double savingsPercentage)The savings percentage relative to the total On-Demand costs that are associated with this instance.ReservedInstancesPricing.BuilderReservedInstancesPricing. toBuilder()Methods in software.amazon.awssdk.services.costoptimizationhub.model that return types with arguments of type ReservedInstancesPricing.Builder Modifier and Type Method Description static Class<? extends ReservedInstancesPricing.Builder>ReservedInstancesPricing. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costoptimizationhub.model with type arguments of type ReservedInstancesPricing.Builder Modifier and Type Method Description default ReservedInstancesCostCalculation.BuilderReservedInstancesCostCalculation.Builder. pricing(Consumer<ReservedInstancesPricing.Builder> pricing)Pricing details of the purchase recommendation.
-