Uses of Class
software.amazon.awssdk.services.opensearch.model.RecurringCharge
-
Packages that use RecurringCharge Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of RecurringCharge in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type RecurringCharge Modifier and Type Method Description List<RecurringCharge>ReservedInstance. recurringCharges()The recurring charge to your account, regardless of whether you create any domains using the Reserved Instance offering.List<RecurringCharge>ReservedInstanceOffering. recurringCharges()The recurring charge to your account, regardless of whether you creates any domains using the offering.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type RecurringCharge Modifier and Type Method Description ReservedInstance.BuilderReservedInstance.Builder. recurringCharges(RecurringCharge... recurringCharges)The recurring charge to your account, regardless of whether you create any domains using the Reserved Instance offering.ReservedInstanceOffering.BuilderReservedInstanceOffering.Builder. recurringCharges(RecurringCharge... recurringCharges)The recurring charge to your account, regardless of whether you creates any domains using the offering.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type RecurringCharge Modifier and Type Method Description ReservedInstance.BuilderReservedInstance.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The recurring charge to your account, regardless of whether you create any domains using the Reserved Instance offering.ReservedInstanceOffering.BuilderReservedInstanceOffering.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The recurring charge to your account, regardless of whether you creates any domains using the offering.
-