Uses of Class
software.amazon.awssdk.services.databasemigration.model.OracleSettings
-
Packages that use OracleSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of OracleSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return OracleSettings Modifier and Type Method Description OracleSettingsCreateEndpointRequest. oracleSettings()Settings in JSON format for the source and target Oracle endpoint.OracleSettingsEndpoint. oracleSettings()The settings for the Oracle source and target endpoint.OracleSettingsModifyEndpointRequest. oracleSettings()Settings in JSON format for the source and target Oracle endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type OracleSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. oracleSettings(OracleSettings oracleSettings)Settings in JSON format for the source and target Oracle endpoint.Endpoint.BuilderEndpoint.Builder. oracleSettings(OracleSettings oracleSettings)The settings for the Oracle source and target endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. oracleSettings(OracleSettings oracleSettings)Settings in JSON format for the source and target Oracle endpoint.
-