| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
SupportedEndpointType |
SupportedEndpointType.clone() |
SupportedEndpointType |
SupportedEndpointType.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
SupportedEndpointType |
SupportedEndpointType.withEndpointType(String endpointType)
The type of endpoint.
|
SupportedEndpointType |
SupportedEndpointType.withEngineDisplayName(String engineDisplayName)
The expanded name for the engine name.
|
SupportedEndpointType |
SupportedEndpointType.withEngineName(String engineName)
The database engine name.
|
SupportedEndpointType |
SupportedEndpointType.withReplicationInstanceEngineMinimumVersion(String replicationInstanceEngineMinimumVersion)
The earliest DMS engine version that supports this endpoint engine.
|
SupportedEndpointType |
SupportedEndpointType.withSupportsCDC(Boolean supportsCDC)
Indicates if change data capture (CDC) is supported.
|
| Modifier and Type | Method and Description |
|---|---|
List<SupportedEndpointType> |
DescribeEndpointTypesResult.getSupportedEndpointTypes()
The types of endpoints that are supported.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointTypesResult |
DescribeEndpointTypesResult.withSupportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)
The types of endpoints that are supported.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEndpointTypesResult.setSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)
The types of endpoints that are supported.
|
DescribeEndpointTypesResult |
DescribeEndpointTypesResult.withSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)
The types of endpoints that are supported.
|
Copyright © 2021. All rights reserved.