Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Classes modeling the various types represented by AmazonElastiCache.
|
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringCharge.withRecurringChargeAmount(Double recurringChargeAmount)
The monetary amount of the recurring charge.
|
RecurringCharge |
RecurringCharge.withRecurringChargeFrequency(String recurringChargeFrequency)
The frequency of the recurring charge.
|
Modifier and Type | Method and Description |
---|---|
List<RecurringCharge> |
ReservedCacheNodesOffering.getRecurringCharges()
The recurring price charged to run this reserved cache node.
|
List<RecurringCharge> |
ReservedCacheNode.getRecurringCharges()
The recurring price charged to run this reserved cache node.
|
Modifier and Type | Method and Description |
---|---|
ReservedCacheNodesOffering |
ReservedCacheNodesOffering.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved cache node.
|
ReservedCacheNode |
ReservedCacheNode.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved cache node.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedCacheNodesOffering.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved cache node.
|
void |
ReservedCacheNode.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved cache node.
|
ReservedCacheNodesOffering |
ReservedCacheNodesOffering.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved cache node.
|
ReservedCacheNode |
ReservedCacheNode.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved cache node.
|
Copyright © 2014. All rights reserved.