| 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 |
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.
|
void |
ModifyEndpointRequest.setSslMode(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.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withSslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
Copyright © 2020. All rights reserved.