Class DeleteCustomDbEngineVersionRequest

    • Method Detail

      • engine

        public final String engine()

        The database engine.

        RDS Custom for Oracle supports the following values:

        • custom-oracle-ee

        • custom-oracle-ee-cdb

        • custom-oracle-se2

        • custom-oracle-se2-cdb

        RDS Custom for SQL Server supports the following values:

        • custom-sqlserver-ee

        • custom-sqlserver-se

        • ccustom-sqlserver-web

        • custom-sqlserver-dev

        RDS for SQL Server supports only sqlserver-dev-ee.

        Returns:
        The database engine.

        RDS Custom for Oracle supports the following values:

        • custom-oracle-ee

        • custom-oracle-ee-cdb

        • custom-oracle-se2

        • custom-oracle-se2-cdb

        RDS Custom for SQL Server supports the following values:

        • custom-sqlserver-ee

        • custom-sqlserver-se

        • ccustom-sqlserver-web

        • custom-sqlserver-dev

        RDS for SQL Server supports only sqlserver-dev-ee.

      • engineVersion

        public final String engineVersion()

        The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.

        Returns:
        The custom engine version (CEV) for your DB instance. This option is required for RDS Custom, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Amazon Web Services Region.
      • 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