| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
OracleSettings |
OracleSettings.clone() |
OracleSettings |
CreateEndpointRequest.getOracleSettings()
Settings in JSON format for the source and target Oracle endpoint.
|
OracleSettings |
ModifyEndpointRequest.getOracleSettings()
Settings in JSON format for the source and target Oracle endpoint.
|
OracleSettings |
Endpoint.getOracleSettings()
The settings for the Oracle source and target endpoint.
|
OracleSettings |
OracleSettings.withAsmPassword(String asmPassword)
For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.
|
OracleSettings |
OracleSettings.withAsmServer(String asmServer)
For an Oracle source endpoint, your ASM server address.
|
OracleSettings |
OracleSettings.withAsmUser(String asmUser)
For an Oracle source endpoint, your ASM user name.
|
OracleSettings |
OracleSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
OracleSettings |
OracleSettings.withPassword(String password)
Endpoint connection password.
|
OracleSettings |
OracleSettings.withPort(Integer port)
Endpoint TCP port.
|
OracleSettings |
OracleSettings.withSecurityDbEncryption(String securityDbEncryption)
For an Oracle source endpoint, the transparent data encryption (TDE) password required by AWM DMS to access
Oracle redo logs encrypted by TDE using Binary Reader.
|
OracleSettings |
OracleSettings.withSecurityDbEncryptionName(String securityDbEncryptionName)
For an Oracle source endpoint, the name of a key used for the transparent data encryption (TDE) of the columns
and tablespaces in an Oracle source database that is encrypted using TDE.
|
OracleSettings |
OracleSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
OracleSettings |
OracleSettings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
void |
ModifyEndpointRequest.setOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
void |
Endpoint.setOracleSettings(OracleSettings oracleSettings)
The settings for the Oracle source and target endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withOracleSettings(OracleSettings oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
Endpoint |
Endpoint.withOracleSettings(OracleSettings oracleSettings)
The settings for the Oracle source and target endpoint.
|
Copyright © 2020. All rights reserved.