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 SupportedEndpointTypeSupportedEndpointType. clone()SupportedEndpointTypeSupportedEndpointType. withEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.SupportedEndpointTypeSupportedEndpointType. withEndpointType(String endpointType)The type of endpoint.SupportedEndpointTypeSupportedEndpointType. withEngineName(String engineName)The database engine name.SupportedEndpointTypeSupportedEndpointType. 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 DescribeEndpointTypesResultDescribeEndpointTypesResult. 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 voidDescribeEndpointTypesResult. setSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)The type of endpoints that are supported.DescribeEndpointTypesResultDescribeEndpointTypesResult. withSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)The type of endpoints that are supported.
-