Uses of Class
software.amazon.awssdk.services.databasemigration.model.OracleSettings
Packages that use OracleSettings
-
Uses of OracleSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return OracleSettingsModifier and TypeMethodDescriptionfinal OracleSettingsCreateEndpointRequest.oracleSettings()Settings in JSON format for the source and target Oracle endpoint.final OracleSettingsEndpoint.oracleSettings()The settings for the Oracle source and target endpoint.final 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 OracleSettingsModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.oracleSettings(OracleSettings oracleSettings) Settings in JSON format for the source and target Oracle endpoint.Endpoint.Builder.oracleSettings(OracleSettings oracleSettings) The settings for the Oracle source and target endpoint.ModifyEndpointRequest.Builder.oracleSettings(OracleSettings oracleSettings) Settings in JSON format for the source and target Oracle endpoint.