Uses of Interface
software.amazon.awssdk.services.databasemigration.model.SupportedEndpointType.Builder
Packages that use SupportedEndpointType.Builder
-
Uses of SupportedEndpointType.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return SupportedEndpointType.BuilderModifier and TypeMethodDescriptionSupportedEndpointType.builder()SupportedEndpointType.Builder.endpointType(String endpointType) The type of endpoint.SupportedEndpointType.Builder.endpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.SupportedEndpointType.Builder.engineDisplayName(String engineDisplayName) The expanded name for the engine name.SupportedEndpointType.Builder.engineName(String engineName) The database engine name.SupportedEndpointType.Builder.replicationInstanceEngineMinimumVersion(String replicationInstanceEngineMinimumVersion) The earliest DMS engine version that supports this endpoint engine.SupportedEndpointType.Builder.supportsCDC(Boolean supportsCDC) Indicates if change data capture (CDC) is supported.SupportedEndpointType.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type SupportedEndpointType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SupportedEndpointType.Builder>SupportedEndpointType.serializableBuilderClass()