Uses of Class
software.amazon.awssdk.services.opensearch.model.DryRunMode
-
Packages that use DryRunMode Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DryRunMode in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DryRunMode Modifier and Type Method Description DryRunMode
UpdateDomainConfigRequest. dryRunMode()
The type of dry run to perform.static DryRunMode
DryRunMode. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DryRunMode
DryRunMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DryRunMode[]
DryRunMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DryRunMode Modifier and Type Method Description static Set<DryRunMode>
DryRunMode. knownValues()
Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DryRunMode Modifier and Type Method Description UpdateDomainConfigRequest.Builder
UpdateDomainConfigRequest.Builder. dryRunMode(DryRunMode dryRunMode)
The type of dry run to perform.
-