Class ParameterGroupParameter


  • public final class ParameterGroupParameter
    extends java.lang.Object
    • Method Detail

      • applyMethod

        public java.util.Optional<java.lang.String> applyMethod()
        Returns:
        "immediate" (default), or "pending-reboot". Some engines can't apply some parameters without a reboot, and you will need to specify "pending-reboot" here.
      • name

        public java.lang.String name()
        Returns:
        The name of the DB parameter.
      • value

        public java.lang.String value()
        Returns:
        The value of the DB parameter.