Class DBParameterGroup

    • Method Detail

      • dbParameterGroupName

        public final String dbParameterGroupName()

        The name of the DB parameter group.

        Returns:
        The name of the DB parameter group.
      • dbParameterGroupFamily

        public final String dbParameterGroupFamily()

        The name of the DB parameter group family that this DB parameter group is compatible with.

        Returns:
        The name of the DB parameter group family that this DB parameter group is compatible with.
      • description

        public final String description()

        Provides the customer-specified description for this DB parameter group.

        Returns:
        Provides the customer-specified description for this DB parameter group.
      • dbParameterGroupArn

        public final String dbParameterGroupArn()

        The Amazon Resource Name (ARN) for the DB parameter group.

        Returns:
        The Amazon Resource Name (ARN) for the DB parameter group.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)