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