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