| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.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> |
ReservedInstanceOffering.getRecurringCharges()
The recurring charge to your account, regardless of whether you creates any domains using the offering.
|
List<RecurringCharge> |
ReservedInstance.getRecurringCharges()
The recurring charge to your account, regardless of whether you create any domains using the Reserved Instance
offering.
|
| Modifier and Type | Method and Description |
|---|---|
ReservedInstanceOffering |
ReservedInstanceOffering.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring charge to your account, regardless of whether you creates any domains using the offering.
|
ReservedInstance |
ReservedInstance.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring charge to your account, regardless of whether you create any domains using the Reserved Instance
offering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReservedInstanceOffering.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge to your account, regardless of whether you creates any domains using the offering.
|
void |
ReservedInstance.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge to your account, regardless of whether you create any domains using the Reserved Instance
offering.
|
ReservedInstanceOffering |
ReservedInstanceOffering.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge to your account, regardless of whether you creates any domains using the offering.
|
ReservedInstance |
ReservedInstance.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge to your account, regardless of whether you create any domains using the Reserved Instance
offering.
|
Copyright © 2024. All rights reserved.