Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.DryRunResults.Builder
-
Packages that use DryRunResults.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of DryRunResults.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return DryRunResults.Builder Modifier and Type Method Description static DryRunResults.BuilderDryRunResults. builder()DryRunResults.BuilderDryRunResults.Builder. deploymentType(String deploymentType)Specifies the deployment mechanism through which the update shall be applied on the domain.DryRunResults.BuilderDryRunResults.Builder. message(String message)Contains an optional message associated with the DryRunResults.DryRunResults.BuilderDryRunResults. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.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.elasticsearch.model with type arguments of type DryRunResults.Builder Modifier and Type Method Description default UpdateElasticsearchDomainConfigResponse.BuilderUpdateElasticsearchDomainConfigResponse.Builder. dryRunResults(Consumer<DryRunResults.Builder> dryRunResults)Contains result of DryRun.
-