Uses of Class
software.amazon.awssdk.services.redshift.model.RecurringCharge
-
Packages that use RecurringCharge Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of RecurringCharge in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type RecurringCharge Modifier and Type Method Description List<RecurringCharge>ReservedNode. recurringCharges()The recurring charges for the reserved node.List<RecurringCharge>ReservedNodeOffering. recurringCharges()The charge to your account regardless of whether you are creating any clusters using the node offering.Methods in software.amazon.awssdk.services.redshift.model with parameters of type RecurringCharge Modifier and Type Method Description ReservedNode.BuilderReservedNode.Builder. recurringCharges(RecurringCharge... recurringCharges)The recurring charges for the reserved node.ReservedNodeOffering.BuilderReservedNodeOffering.Builder. recurringCharges(RecurringCharge... recurringCharges)The charge to your account regardless of whether you are creating any clusters using the node offering.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type RecurringCharge Modifier and Type Method Description ReservedNode.BuilderReservedNode.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The recurring charges for the reserved node.ReservedNodeOffering.BuilderReservedNodeOffering.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The charge to your account regardless of whether you are creating any clusters using the node offering.
-