Uses of Interface
software.amazon.awssdk.services.opensearch.model.DryRunResults.Builder
-
Packages that use DryRunResults.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DryRunResults.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DryRunResults.Builder Modifier and Type Method Description static DryRunResults.BuilderDryRunResults. builder()DryRunResults.BuilderDryRunResults.Builder. deploymentType(String deploymentType)Specifies the way in which OpenSearch Service will apply an update.DryRunResults.BuilderDryRunResults.Builder. message(String message)A message corresponding to the deployment type.DryRunResults.BuilderDryRunResults. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DryRunResults.Builder Modifier and Type Method Description static Class<? extends DryRunResults.Builder>DryRunResults. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type DryRunResults.Builder Modifier and Type Method Description default DescribeDryRunProgressResponse.BuilderDescribeDryRunProgressResponse.Builder. dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)The results of the dry run.default UpdateDomainConfigResponse.BuilderUpdateDomainConfigResponse.Builder. dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)Results of the dry run performed in the update domain request.
-