Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringCharge.clone() |
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> |
ReservedElasticsearchInstance.getRecurringCharges()
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
List<RecurringCharge> |
ReservedElasticsearchInstanceOffering.getRecurringCharges()
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
Modifier and Type | Method and Description |
---|---|
ReservedElasticsearchInstance |
ReservedElasticsearchInstance.withRecurringCharges(RecurringCharge... recurringCharges)
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
ReservedElasticsearchInstanceOffering |
ReservedElasticsearchInstanceOffering.withRecurringCharges(RecurringCharge... recurringCharges)
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedElasticsearchInstance.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
void |
ReservedElasticsearchInstanceOffering.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
ReservedElasticsearchInstance |
ReservedElasticsearchInstance.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
ReservedElasticsearchInstanceOffering |
ReservedElasticsearchInstanceOffering.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
Copyright © 2022. All rights reserved.