| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static DmsSslModeValue |
DmsSslModeValue.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ModifyEndpointRequest.setSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
void |
CreateEndpointRequest.setSslMode(DmsSslModeValue sslMode)
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
void |
Endpoint.setSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withSslMode(DmsSslModeValue sslMode)
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
Endpoint |
Endpoint.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
MongoDbDataProviderSettings |
MongoDbDataProviderSettings.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the MongoDB data provider.
|
MariaDbDataProviderSettings |
MariaDbDataProviderSettings.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the MariaDB data provider.
|
DocDbDataProviderSettings |
DocDbDataProviderSettings.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the DocumentDB data provider.
|
MicrosoftSqlServerDataProviderSettings |
MicrosoftSqlServerDataProviderSettings.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the Microsoft SQL Server data provider.
|
OracleDataProviderSettings |
OracleDataProviderSettings.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the Oracle data provider.
|
MySqlDataProviderSettings |
MySqlDataProviderSettings.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the MySQL data provider.
|
PostgreSqlDataProviderSettings |
PostgreSqlDataProviderSettings.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the PostgreSQL data provider.
|
Copyright © 2024. All rights reserved.