Uses of Class
com.amazonaws.services.redshift.model.ReservedNodeOffering
Packages that use ReservedNodeOffering
-
Uses of ReservedNodeOffering in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ReservedNodeOfferingModifier and TypeMethodDescriptionReservedNodeOffering.clone()
ReservedNodeOffering.withCurrencyCode
(String currencyCode) The currency code for the compute nodes offering.ReservedNodeOffering.withDuration
(Integer duration) The duration, in seconds, for which the offering will reserve the node.ReservedNodeOffering.withFixedPrice
(Double fixedPrice) The upfront fixed charge you will pay to purchase the specific reserved node offering.ReservedNodeOffering.withNodeType
(String nodeType) The node type offered by the reserved node offering.ReservedNodeOffering.withOfferingType
(String offeringType) The anticipated utilization of the reserved node, as defined in the reserved node offering.ReservedNodeOffering.withRecurringCharges
(RecurringCharge... recurringCharges) The charge to your account regardless of whether you are creating any clusters using the node offering.ReservedNodeOffering.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) The charge to your account regardless of whether you are creating any clusters using the node offering.ReservedNodeOffering.withReservedNodeOfferingId
(String reservedNodeOfferingId) The offering identifier.ReservedNodeOffering.withUsagePrice
(Double usagePrice) The rate you are charged for each hour the cluster that is using the offering is running.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ReservedNodeOfferingModifier and TypeMethodDescriptionDescribeReservedNodeOfferingsResult.getReservedNodeOfferings()
A list ofReservedNodeOffering
objects.Methods in com.amazonaws.services.redshift.model with parameters of type ReservedNodeOfferingModifier and TypeMethodDescriptionDescribeReservedNodeOfferingsResult.withReservedNodeOfferings
(ReservedNodeOffering... reservedNodeOfferings) A list ofReservedNodeOffering
objects.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ReservedNodeOfferingModifier and TypeMethodDescriptionvoid
DescribeReservedNodeOfferingsResult.setReservedNodeOfferings
(Collection<ReservedNodeOffering> reservedNodeOfferings) A list ofReservedNodeOffering
objects.DescribeReservedNodeOfferingsResult.withReservedNodeOfferings
(Collection<ReservedNodeOffering> reservedNodeOfferings) A list ofReservedNodeOffering
objects.