Uses of Class
com.amazonaws.services.databasemigrationservice.model.SupportedEndpointType
-
Packages that use SupportedEndpointType Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of SupportedEndpointType in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return SupportedEndpointType Modifier and Type Method 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.Methods in com.amazonaws.services.databasemigrationservice.model that return types with arguments of type SupportedEndpointType Modifier and Type Method Description List<SupportedEndpointType>
DescribeEndpointTypesResult. getSupportedEndpointTypes()
The type of endpoints that are supported.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type SupportedEndpointType Modifier and Type Method Description DescribeEndpointTypesResult
DescribeEndpointTypesResult. withSupportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)
The type of endpoints that are supported.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type SupportedEndpointType Modifier and Type Method 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.
-