Uses of Class
software.amazon.awssdk.services.databasemigration.model.DmsSslModeValue
-
Packages that use DmsSslModeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of DmsSslModeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DmsSslModeValue Modifier and Type Method Description static DmsSslModeValueDmsSslModeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DmsSslModeValueCreateEndpointRequest. sslMode()The Secure Sockets Layer (SSL) mode to use for the SSL connection.DmsSslModeValueDocDbDataProviderSettings. sslMode()The SSL mode used to connect to the DocumentDB data provider.DmsSslModeValueEndpoint. sslMode()The SSL mode used to connect to the endpoint.DmsSslModeValueIbmDb2LuwDataProviderSettings. sslMode()The SSL mode used to connect to the DB2 LUW data provider.DmsSslModeValueIbmDb2zOsDataProviderSettings. sslMode()The SSL mode used to connect to the DB2 for z/OS data provider.DmsSslModeValueMariaDbDataProviderSettings. sslMode()The SSL mode used to connect to the MariaDB data provider.DmsSslModeValueMicrosoftSqlServerDataProviderSettings. sslMode()The SSL mode used to connect to the Microsoft SQL Server data provider.DmsSslModeValueModifyEndpointRequest. sslMode()The SSL mode used to connect to the endpoint.DmsSslModeValueMongoDbDataProviderSettings. sslMode()The SSL mode used to connect to the MongoDB data provider.DmsSslModeValueMySqlDataProviderSettings. sslMode()The SSL mode used to connect to the MySQL data provider.DmsSslModeValueOracleDataProviderSettings. sslMode()The SSL mode used to connect to the Oracle data provider.DmsSslModeValuePostgreSqlDataProviderSettings. sslMode()The SSL mode used to connect to the PostgreSQL data provider.static DmsSslModeValueDmsSslModeValue. valueOf(String name)Returns 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 DmsSslModeValue Modifier and Type Method Description static Set<DmsSslModeValue>DmsSslModeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DmsSslModeValue Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. sslMode(DmsSslModeValue sslMode)The Secure Sockets Layer (SSL) mode to use for the SSL connection.DocDbDataProviderSettings.BuilderDocDbDataProviderSettings.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the DocumentDB data provider.Endpoint.BuilderEndpoint.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the endpoint.IbmDb2LuwDataProviderSettings.BuilderIbmDb2LuwDataProviderSettings.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the DB2 LUW data provider.IbmDb2zOsDataProviderSettings.BuilderIbmDb2zOsDataProviderSettings.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the DB2 for z/OS data provider.MariaDbDataProviderSettings.BuilderMariaDbDataProviderSettings.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the MariaDB data provider.MicrosoftSqlServerDataProviderSettings.BuilderMicrosoftSqlServerDataProviderSettings.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the Microsoft SQL Server data provider.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the endpoint.MongoDbDataProviderSettings.BuilderMongoDbDataProviderSettings.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the MongoDB data provider.MySqlDataProviderSettings.BuilderMySqlDataProviderSettings.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the MySQL data provider.OracleDataProviderSettings.BuilderOracleDataProviderSettings.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the Oracle data provider.PostgreSqlDataProviderSettings.BuilderPostgreSqlDataProviderSettings.Builder. sslMode(DmsSslModeValue sslMode)The SSL mode used to connect to the PostgreSQL data provider.
-