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.withEngineName(String engineName)
The database engine name.
|
SupportedEndpointType |
SupportedEndpointType.withSupportsCDC(Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
|
Modifier and Type | Method and Description |
---|---|
List<SupportedEndpointType> |
DescribeEndpointTypesResult.getSupportedEndpointTypes()
The type of endpoints that are supported.
|
Modifier and Type | Method and Description |
---|---|
DescribeEndpointTypesResult |
DescribeEndpointTypesResult.withSupportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)
The type of endpoints that are supported.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEndpointTypesResult.setSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)
The type of endpoints that are supported.
|
DescribeEndpointTypesResult |
DescribeEndpointTypesResult.withSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)
The type of endpoints that are supported.
|
Copyright © 2018. All rights reserved.