| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
List<RecurringCharge> |
ReservedNodeOffering.recurringCharges()
The charge to your account regardless of whether you are creating any clusters using the node offering.
|
List<RecurringCharge> |
ReservedNode.recurringCharges()
The recurring charges for the reserved node.
|
| Modifier and Type | Method and Description |
|---|---|
ReservedNodeOffering.Builder |
ReservedNodeOffering.Builder.recurringCharges(RecurringCharge... recurringCharges)
The charge to your account regardless of whether you are creating any clusters using the node offering.
|
ReservedNode.Builder |
ReservedNode.Builder.recurringCharges(RecurringCharge... recurringCharges)
The recurring charges for the reserved node.
|
| Modifier and Type | Method and Description |
|---|---|
ReservedNodeOffering.Builder |
ReservedNodeOffering.Builder.recurringCharges(Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any clusters using the node offering.
|
ReservedNode.Builder |
ReservedNode.Builder.recurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charges for the reserved node.
|
Copyright © 2021. All rights reserved.