Uses of Class
com.amazonaws.services.redshift.model.RecurringCharge
-
Packages that use RecurringCharge Package Description com.amazonaws.services.redshift.model -
-
Uses of RecurringCharge in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return RecurringCharge Modifier and Type Method Description RecurringCharge
RecurringCharge. clone()
RecurringCharge
RecurringCharge. withRecurringChargeAmount(Double recurringChargeAmount)
The amount charged per the period of time specified by the recurring charge frequency.RecurringCharge
RecurringCharge. withRecurringChargeFrequency(String recurringChargeFrequency)
The frequency at which the recurring charge amount is applied.Methods in com.amazonaws.services.redshift.model that return types with arguments of type RecurringCharge Modifier and Type Method Description List<RecurringCharge>
ReservedNode. getRecurringCharges()
The recurring charges for the reserved node.List<RecurringCharge>
ReservedNodeOffering. getRecurringCharges()
The charge to your account regardless of whether you are creating any clusters using the node offering.Methods in com.amazonaws.services.redshift.model with parameters of type RecurringCharge Modifier and Type Method Description ReservedNode
ReservedNode. withRecurringCharges(RecurringCharge... recurringCharges)
The recurring charges for the reserved node.ReservedNodeOffering
ReservedNodeOffering. withRecurringCharges(RecurringCharge... recurringCharges)
The charge to your account regardless of whether you are creating any clusters using the node offering.Method parameters in com.amazonaws.services.redshift.model with type arguments of type RecurringCharge Modifier and Type Method Description void
ReservedNode. setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charges for the reserved node.void
ReservedNodeOffering. setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any clusters using the node offering.ReservedNode
ReservedNode. withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charges for the reserved node.ReservedNodeOffering
ReservedNodeOffering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any clusters using the node offering.
-