Uses of Class
software.amazon.awssdk.services.databasemigration.model.SybaseSettings
-
Packages that use SybaseSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of SybaseSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return SybaseSettings Modifier and Type Method Description SybaseSettingsCreateEndpointRequest. sybaseSettings()Settings in JSON format for the source and target SAP ASE endpoint.SybaseSettingsEndpoint. sybaseSettings()The settings for the SAP ASE source and target endpoint.SybaseSettingsModifyEndpointRequest. sybaseSettings()Settings in JSON format for the source and target SAP ASE endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type SybaseSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. sybaseSettings(SybaseSettings sybaseSettings)Settings in JSON format for the source and target SAP ASE endpoint.Endpoint.BuilderEndpoint.Builder. sybaseSettings(SybaseSettings sybaseSettings)The settings for the SAP ASE source and target endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. sybaseSettings(SybaseSettings sybaseSettings)Settings in JSON format for the source and target SAP ASE endpoint.
-