Uses of Class
com.amazonaws.services.databasemigrationservice.model.SupportedEndpointType
Packages that use SupportedEndpointType
-
Uses of SupportedEndpointType in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return SupportedEndpointTypeModifier and TypeMethodDescriptionSupportedEndpointType.clone()SupportedEndpointType.withEndpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.SupportedEndpointType.withEndpointType(String endpointType) The type of endpoint.SupportedEndpointType.withEngineName(String engineName) The database engine name.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 SupportedEndpointTypeModifier and TypeMethodDescriptionDescribeEndpointTypesResult.getSupportedEndpointTypes()The type of endpoints that are supported.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type SupportedEndpointTypeModifier and TypeMethodDescriptionDescribeEndpointTypesResult.withSupportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes) The type of endpoints that are supported.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type SupportedEndpointTypeModifier and TypeMethodDescriptionvoidDescribeEndpointTypesResult.setSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes) The type of endpoints that are supported.DescribeEndpointTypesResult.withSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes) The type of endpoints that are supported.