| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
RecurringCharge |
RecurringCharge.clone() |
RecurringCharge |
RecurringCharge.withRecurringChargeAmount(Double recurringChargeAmount)
The amount of the recurring charge to run this reserved node.
|
RecurringCharge |
RecurringCharge.withRecurringChargeFrequency(String recurringChargeFrequency)
The frequency of the recurring price charged to run this reserved node.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecurringCharge> |
ReservedNodesOffering.getRecurringCharges()
The recurring price charged to run this reserved node.
|
List<RecurringCharge> |
ReservedNode.getRecurringCharges()
The recurring price charged to run this reserved node.
|
| Modifier and Type | Method and Description |
|---|---|
ReservedNodesOffering |
ReservedNodesOffering.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved node.
|
ReservedNode |
ReservedNode.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReservedNodesOffering.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved node.
|
void |
ReservedNode.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved node.
|
ReservedNodesOffering |
ReservedNodesOffering.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved node.
|
ReservedNode |
ReservedNode.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved node.
|
Copyright © 2024. All rights reserved.