Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RecurringCharge> |
ReservedNodeOffering.recurringCharges
The charge to your account regardless of whether you are creating any
clusters using the node offering.
|
private SdkInternalList<RecurringCharge> |
ReservedNode.recurringCharges
The recurring charges for the reserved node.
|
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringCharge.clone() |
RecurringCharge |
RecurringCharge.withRecurringChargeAmount(java.lang.Double recurringChargeAmount)
The amount charged per the period of time specified by the recurring
charge frequency.
|
RecurringCharge |
RecurringCharge.withRecurringChargeFrequency(java.lang.String recurringChargeFrequency)
The frequency at which the recurring charge amount is applied.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RecurringCharge> |
ReservedNodeOffering.getRecurringCharges()
The charge to your account regardless of whether you are creating any
clusters using the node offering.
|
java.util.List<RecurringCharge> |
ReservedNode.getRecurringCharges()
The recurring charges for the reserved node.
|
Modifier and Type | Method and Description |
---|---|
ReservedNodeOffering |
ReservedNodeOffering.withRecurringCharges(RecurringCharge... recurringCharges)
The charge to your account regardless of whether you are creating any
clusters using the node offering.
|
ReservedNode |
ReservedNode.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring charges for the reserved node.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedNodeOffering.setRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any
clusters using the node offering.
|
void |
ReservedNode.setRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring charges for the reserved node.
|
ReservedNodeOffering |
ReservedNodeOffering.withRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any
clusters using the node offering.
|
ReservedNode |
ReservedNode.withRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring charges for the reserved node.
|
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringChargeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |