Uses of Class
software.amazon.awssdk.services.opensearch.model.ChangeProgressDetails
-
Packages that use ChangeProgressDetails Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ChangeProgressDetails in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ChangeProgressDetails Modifier and Type Method Description ChangeProgressDetailsDomainConfig. changeProgressDetails()Container for information about the progress of an existing configuration change.ChangeProgressDetailsDomainStatus. changeProgressDetails()Information about a configuration change happening on the domain.ChangeProgressDetailsUpgradeDomainResponse. changeProgressDetails()Container for information about a configuration change happening on a domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ChangeProgressDetails Modifier and Type Method Description DomainConfig.BuilderDomainConfig.Builder. changeProgressDetails(ChangeProgressDetails changeProgressDetails)Container for information about the progress of an existing configuration change.DomainStatus.BuilderDomainStatus.Builder. changeProgressDetails(ChangeProgressDetails changeProgressDetails)Information about a configuration change happening on the domain.UpgradeDomainResponse.BuilderUpgradeDomainResponse.Builder. changeProgressDetails(ChangeProgressDetails changeProgressDetails)Container for information about a configuration change happening on a domain.
-