Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ChangeProgressDetails
-
Packages that use ChangeProgressDetails Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ChangeProgressDetails in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return ChangeProgressDetails Modifier and Type Method Description ChangeProgressDetailsElasticsearchDomainConfig. changeProgressDetails()Specifies change details of the domain configuration change.ChangeProgressDetailsElasticsearchDomainStatus. changeProgressDetails()Specifies change details of the domain configuration change.ChangeProgressDetailsUpgradeElasticsearchDomainResponse. changeProgressDetails()Returns the value of the ChangeProgressDetails property for this object.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type ChangeProgressDetails Modifier and Type Method Description ElasticsearchDomainConfig.BuilderElasticsearchDomainConfig.Builder. changeProgressDetails(ChangeProgressDetails changeProgressDetails)Specifies change details of the domain configuration change.ElasticsearchDomainStatus.BuilderElasticsearchDomainStatus.Builder. changeProgressDetails(ChangeProgressDetails changeProgressDetails)Specifies change details of the domain configuration change.UpgradeElasticsearchDomainResponse.BuilderUpgradeElasticsearchDomainResponse.Builder. changeProgressDetails(ChangeProgressDetails changeProgressDetails)Sets the value of the ChangeProgressDetails property for this object.
-