| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static DmsSslModeValue |
DmsSslModeValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DmsSslModeValue |
MariaDbDataProviderSettings.sslMode()
The SSL mode used to connect to the MariaDB data provider.
|
DmsSslModeValue |
CreateEndpointRequest.sslMode()
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
DmsSslModeValue |
MicrosoftSqlServerDataProviderSettings.sslMode()
The SSL mode used to connect to the Microsoft SQL Server data provider.
|
DmsSslModeValue |
DocDbDataProviderSettings.sslMode()
The SSL mode used to connect to the DocumentDB data provider.
|
DmsSslModeValue |
MySqlDataProviderSettings.sslMode()
The SSL mode used to connect to the MySQL data provider.
|
DmsSslModeValue |
OracleDataProviderSettings.sslMode()
The SSL mode used to connect to the Oracle data provider.
|
DmsSslModeValue |
PostgreSqlDataProviderSettings.sslMode()
The SSL mode used to connect to the PostgreSQL data provider.
|
DmsSslModeValue |
ModifyEndpointRequest.sslMode()
The SSL mode used to connect to the endpoint.
|
DmsSslModeValue |
MongoDbDataProviderSettings.sslMode()
The SSL mode used to connect to the MongoDB data provider.
|
DmsSslModeValue |
Endpoint.sslMode()
The SSL mode used to connect to the endpoint.
|
static DmsSslModeValue |
DmsSslModeValue.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DmsSslModeValue> |
DmsSslModeValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MariaDbDataProviderSettings.Builder |
MariaDbDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the MariaDB data provider.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.sslMode(DmsSslModeValue sslMode)
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
MicrosoftSqlServerDataProviderSettings.Builder |
MicrosoftSqlServerDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the Microsoft SQL Server data provider.
|
DocDbDataProviderSettings.Builder |
DocDbDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the DocumentDB data provider.
|
MySqlDataProviderSettings.Builder |
MySqlDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the MySQL data provider.
|
OracleDataProviderSettings.Builder |
OracleDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the Oracle data provider.
|
PostgreSqlDataProviderSettings.Builder |
PostgreSqlDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the PostgreSQL data provider.
|
ModifyEndpointRequest.Builder |
ModifyEndpointRequest.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
MongoDbDataProviderSettings.Builder |
MongoDbDataProviderSettings.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the MongoDB data provider.
|
Endpoint.Builder |
Endpoint.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
Copyright © 2023. All rights reserved.