| 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 |
CreateEndpointRequest.sslMode()
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
DmsSslModeValue |
ModifyEndpointRequest.sslMode()
The SSL mode used to connect to the endpoint.
|
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 |
|---|---|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.sslMode(DmsSslModeValue sslMode)
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
ModifyEndpointRequest.Builder |
ModifyEndpointRequest.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.sslMode(DmsSslModeValue sslMode)
The SSL mode used to connect to the endpoint.
|
Copyright © 2023. All rights reserved.