| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
IBMDb2Settings |
IBMDb2Settings.clone() |
IBMDb2Settings |
CreateEndpointRequest.getIBMDb2Settings()
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
IBMDb2Settings |
Endpoint.getIBMDb2Settings()
The settings for the IBM Db2 LUW source endpoint.
|
IBMDb2Settings |
ModifyEndpointRequest.getIBMDb2Settings()
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
IBMDb2Settings |
IBMDb2Settings.withCurrentLsn(String currentLsn)
For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the
replication to start.
|
IBMDb2Settings |
IBMDb2Settings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
IBMDb2Settings |
IBMDb2Settings.withMaxKBytesPerRead(Integer maxKBytesPerRead)
Maximum number of bytes per read, as a NUMBER value.
|
IBMDb2Settings |
IBMDb2Settings.withPassword(String password)
Endpoint connection password.
|
IBMDb2Settings |
IBMDb2Settings.withPort(Integer port)
Endpoint TCP port.
|
IBMDb2Settings |
IBMDb2Settings.withSecretsManagerAccessRoleArn(String secretsManagerAccessRoleArn)
The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the
required permissions to access the value in
SecretsManagerSecret. |
IBMDb2Settings |
IBMDb2Settings.withSecretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the Db2 LUW
endpoint connection details. |
IBMDb2Settings |
IBMDb2Settings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
IBMDb2Settings |
IBMDb2Settings.withSetDataCaptureChanges(Boolean setDataCaptureChanges)
Enables ongoing replication (CDC) as a BOOLEAN value.
|
IBMDb2Settings |
IBMDb2Settings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
void |
Endpoint.setIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
The settings for the IBM Db2 LUW source endpoint.
|
void |
ModifyEndpointRequest.setIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
Endpoint |
Endpoint.withIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
The settings for the IBM Db2 LUW source endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withIBMDb2Settings(IBMDb2Settings iBMDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
Copyright © 2021. All rights reserved.