Uses of Class
software.amazon.awssdk.services.databasemigration.model.DmsTransferSettings
Packages that use DmsTransferSettings
-
Uses of DmsTransferSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DmsTransferSettingsModifier and TypeMethodDescriptionfinal DmsTransferSettingsCreateEndpointRequest.dmsTransferSettings()The settings in JSON format for the DMS transfer type of source endpoint.final DmsTransferSettingsEndpoint.dmsTransferSettings()The settings for the DMS Transfer type source.final DmsTransferSettingsModifyEndpointRequest.dmsTransferSettings()The settings in JSON format for the DMS transfer type of source endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DmsTransferSettingsModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.dmsTransferSettings(DmsTransferSettings dmsTransferSettings) The settings in JSON format for the DMS transfer type of source endpoint.Endpoint.Builder.dmsTransferSettings(DmsTransferSettings dmsTransferSettings) The settings for the DMS Transfer type source.ModifyEndpointRequest.Builder.dmsTransferSettings(DmsTransferSettings dmsTransferSettings) The settings in JSON format for the DMS transfer type of source endpoint.