Class DescribeDbMajorEngineVersionsRequest

    • Method Detail

      • engine

        public final String engine()

        The database engine to return major version details for.

        Valid Values:

        • aurora-mysql

        • aurora-postgresql

        • custom-sqlserver-ee

        • custom-sqlserver-se

        • custom-sqlserver-web

        • db2-ae

        • db2-se

        • mariadb

        • mysql

        • oracle-ee

        • oracle-ee-cdb

        • oracle-se2

        • oracle-se2-cdb

        • postgres

        • sqlserver-ee

        • sqlserver-se

        • sqlserver-ex

        • sqlserver-web

        Returns:
        The database engine to return major version details for.

        Valid Values:

        • aurora-mysql

        • aurora-postgresql

        • custom-sqlserver-ee

        • custom-sqlserver-se

        • custom-sqlserver-web

        • db2-ae

        • db2-se

        • mariadb

        • mysql

        • oracle-ee

        • oracle-ee-cdb

        • oracle-se2

        • oracle-se2-cdb

        • postgres

        • sqlserver-ee

        • sqlserver-se

        • sqlserver-ex

        • sqlserver-web

      • majorEngineVersion

        public final String majorEngineVersion()

        A specific database major engine version to return details for.

        Example: 8.4

        Returns:
        A specific database major engine version to return details for.

        Example: 8.4

      • marker

        public final String marker()

        An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

        Returns:
        An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
      • maxRecords

        public final Integer maxRecords()

        The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

        Default: 100

        Returns:
        The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

        Default: 100

      • 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