Uses of Class
software.amazon.awssdk.services.opensearch.model.DryRunProgressStatus
-
Packages that use DryRunProgressStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DryRunProgressStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DryRunProgressStatus Modifier and Type Method Description DryRunProgressStatusDescribeDryRunProgressResponse. dryRunProgressStatus()The current status of the dry run, including any validation errors.DryRunProgressStatusUpdateDomainConfigResponse. dryRunProgressStatus()The status of the dry run being performed on the domain, if any.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DryRunProgressStatus Modifier and Type Method Description DescribeDryRunProgressResponse.BuilderDescribeDryRunProgressResponse.Builder. dryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)The current status of the dry run, including any validation errors.UpdateDomainConfigResponse.BuilderUpdateDomainConfigResponse.Builder. dryRunProgressStatus(DryRunProgressStatus dryRunProgressStatus)The status of the dry run being performed on the domain, if any.
-