Uses of Enum
software.amazon.awssdk.services.databasemigration.model.DmsSslModeValue
Packages that use DmsSslModeValue
-
Uses of DmsSslModeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DmsSslModeValueModifier and TypeMethodDescriptionstatic DmsSslModeValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DmsSslModeValueCreateEndpointRequest.sslMode()The Secure Sockets Layer (SSL) mode to use for the SSL connection.final DmsSslModeValueDocDbDataProviderSettings.sslMode()The SSL mode used to connect to the DocumentDB data provider.final DmsSslModeValueEndpoint.sslMode()The SSL mode used to connect to the endpoint.final DmsSslModeValueIbmDb2LuwDataProviderSettings.sslMode()The SSL mode used to connect to the DB2 LUW data provider.final DmsSslModeValueIbmDb2zOsDataProviderSettings.sslMode()The SSL mode used to connect to the DB2 for z/OS data provider.final DmsSslModeValueMariaDbDataProviderSettings.sslMode()The SSL mode used to connect to the MariaDB data provider.final DmsSslModeValueMicrosoftSqlServerDataProviderSettings.sslMode()The SSL mode used to connect to the Microsoft SQL Server data provider.final DmsSslModeValueModifyEndpointRequest.sslMode()The SSL mode used to connect to the endpoint.final DmsSslModeValueMongoDbDataProviderSettings.sslMode()The SSL mode used to connect to the MongoDB data provider.final DmsSslModeValueMySqlDataProviderSettings.sslMode()The SSL mode used to connect to the MySQL data provider.final DmsSslModeValueOracleDataProviderSettings.sslMode()The SSL mode used to connect to the Oracle data provider.final DmsSslModeValuePostgreSqlDataProviderSettings.sslMode()The SSL mode used to connect to the PostgreSQL data provider.final DmsSslModeValueSybaseAseDataProviderSettings.sslMode()The SSL mode used to connect to the SAP ASE data provider.static DmsSslModeValueReturns the enum constant of this type with the specified name.static DmsSslModeValue[]DmsSslModeValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DmsSslModeValueMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type DmsSslModeValueModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.sslMode(DmsSslModeValue sslMode) The Secure Sockets Layer (SSL) mode to use for the SSL connection.DocDbDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the DocumentDB data provider.Endpoint.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the endpoint.IbmDb2LuwDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the DB2 LUW data provider.IbmDb2zOsDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the DB2 for z/OS data provider.MariaDbDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the MariaDB data provider.MicrosoftSqlServerDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the Microsoft SQL Server data provider.ModifyEndpointRequest.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the endpoint.MongoDbDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the MongoDB data provider.MySqlDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the MySQL data provider.OracleDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the Oracle data provider.PostgreSqlDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the PostgreSQL data provider.SybaseAseDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode) The SSL mode used to connect to the SAP ASE data provider.