Uses of Class
software.amazon.awssdk.services.elasticsearch.model.RecurringCharge
-
Packages that use RecurringCharge Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of RecurringCharge in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type RecurringCharge Modifier and Type Method Description List<RecurringCharge>ReservedElasticsearchInstance. recurringCharges()The charge to your account regardless of whether you are creating any domains using the instance offering.List<RecurringCharge>ReservedElasticsearchInstanceOffering. recurringCharges()The charge to your account regardless of whether you are creating any domains using the instance offering.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type RecurringCharge Modifier and Type Method Description ReservedElasticsearchInstance.BuilderReservedElasticsearchInstance.Builder. recurringCharges(RecurringCharge... recurringCharges)The charge to your account regardless of whether you are creating any domains using the instance offering.ReservedElasticsearchInstanceOffering.BuilderReservedElasticsearchInstanceOffering.Builder. recurringCharges(RecurringCharge... recurringCharges)The charge to your account regardless of whether you are creating any domains using the instance offering.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type RecurringCharge Modifier and Type Method Description ReservedElasticsearchInstance.BuilderReservedElasticsearchInstance.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The charge to your account regardless of whether you are creating any domains using the instance offering.ReservedElasticsearchInstanceOffering.BuilderReservedElasticsearchInstanceOffering.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)The charge to your account regardless of whether you are creating any domains using the instance offering.
-