Uses of Class
software.amazon.awssdk.services.opensearch.model.DryRunResults
-
Packages that use DryRunResults Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DryRunResults in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DryRunResults Modifier and Type Method Description DryRunResultsDescribeDryRunProgressResponse. dryRunResults()The results of the dry run.DryRunResultsUpdateDomainConfigResponse. dryRunResults()Results of the dry run performed in the update domain request.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DryRunResults Modifier and Type Method Description DescribeDryRunProgressResponse.BuilderDescribeDryRunProgressResponse.Builder. dryRunResults(DryRunResults dryRunResults)The results of the dry run.UpdateDomainConfigResponse.BuilderUpdateDomainConfigResponse.Builder. dryRunResults(DryRunResults dryRunResults)Results of the dry run performed in the update domain request.
-