Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ModifyingProperties
-
Packages that use ModifyingProperties Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ModifyingProperties in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type ModifyingProperties Modifier and Type Method Description List<ModifyingProperties>ElasticsearchDomainConfig. modifyingProperties()Information about the domain properties that are currently being modified.List<ModifyingProperties>ElasticsearchDomainStatus. modifyingProperties()Information about the domain properties that are currently being modified.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type ModifyingProperties Modifier and Type Method Description ElasticsearchDomainConfig.BuilderElasticsearchDomainConfig.Builder. modifyingProperties(ModifyingProperties... modifyingProperties)Information about the domain properties that are currently being modified.ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. modifyingProperties(ModifyingProperties... modifyingProperties)Information about the domain properties that are currently being modified.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type ModifyingProperties Modifier and Type Method Description ElasticsearchDomainConfig.BuilderElasticsearchDomainConfig.Builder. modifyingProperties(Collection<ModifyingProperties> modifyingProperties)Information about the domain properties that are currently being modified.ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. modifyingProperties(Collection<ModifyingProperties> modifyingProperties)Information about the domain properties that are currently being modified.
-