JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class ResetDBParameterGroupRequest

    • Constructor Detail

      • ResetDBParameterGroupRequest

        public ResetDBParameterGroupRequest()
        Default constructor for ResetDBParameterGroupRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
      • ResetDBParameterGroupRequest

        public ResetDBParameterGroupRequest(String dBParameterGroupName)
        Constructs a new ResetDBParameterGroupRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        dBParameterGroupName - The name of the DB parameter group.

        Constraints:

        • Must match the name of an existing DBParameterGroup.

    • Method Detail

      • setDBParameterGroupName

        public void setDBParameterGroupName(String dBParameterGroupName)

        The name of the DB parameter group.

        Constraints:

        • Must match the name of an existing DBParameterGroup.

        Parameters:
        dBParameterGroupName - The name of the DB parameter group.

        Constraints:

        • Must match the name of an existing DBParameterGroup.

      • getDBParameterGroupName

        public String getDBParameterGroupName()

        The name of the DB parameter group.

        Constraints:

        • Must match the name of an existing DBParameterGroup.

        Returns:
        The name of the DB parameter group.

        Constraints:

        • Must match the name of an existing DBParameterGroup.

      • withDBParameterGroupName

        public ResetDBParameterGroupRequest withDBParameterGroupName(String dBParameterGroupName)

        The name of the DB parameter group.

        Constraints:

        • Must match the name of an existing DBParameterGroup.

        Parameters:
        dBParameterGroupName - The name of the DB parameter group.

        Constraints:

        • Must match the name of an existing DBParameterGroup.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResetAllParameters

        public void setResetAllParameters(Boolean resetAllParameters)

        Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.

        Parameters:
        resetAllParameters - Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
      • getResetAllParameters

        public Boolean getResetAllParameters()

        Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.

        Returns:
        Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
      • withResetAllParameters

        public ResetDBParameterGroupRequest withResetAllParameters(Boolean resetAllParameters)

        Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.

        Parameters:
        resetAllParameters - Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isResetAllParameters

        public Boolean isResetAllParameters()

        Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.

        Returns:
        Specifies whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.
      • getParameters

        public List<Parameter> getParameters()

        To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

        MySQL

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        MariaDB

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        Oracle

        Valid Values (for Apply method): pending-reboot

        Returns:
        To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

        MySQL

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        MariaDB

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        Oracle

        Valid Values (for Apply method): pending-reboot

      • setParameters

        public void setParameters(Collection<Parameter> parameters)

        To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

        MySQL

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        MariaDB

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        Oracle

        Valid Values (for Apply method): pending-reboot

        Parameters:
        parameters - To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

        MySQL

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        MariaDB

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        Oracle

        Valid Values (for Apply method): pending-reboot

      • withParameters

        public ResetDBParameterGroupRequest withParameters(Parameter... parameters)

        To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

        MySQL

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        MariaDB

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        Oracle

        Valid Values (for Apply method): pending-reboot

        NOTE: This method appends the values to the existing list (if any). Use setParameters(java.util.Collection) or withParameters(java.util.Collection) if you want to override the existing values.

        Parameters:
        parameters - To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

        MySQL

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        MariaDB

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        Oracle

        Valid Values (for Apply method): pending-reboot

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withParameters

        public ResetDBParameterGroupRequest withParameters(Collection<Parameter> parameters)

        To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

        MySQL

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        MariaDB

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        Oracle

        Valid Values (for Apply method): pending-reboot

        Parameters:
        parameters - To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

        MySQL

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        MariaDB

        Valid Values (for Apply method): immediate | pending-reboot

        You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

        Oracle

        Valid Values (for Apply method): pending-reboot

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /