| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
SybaseSettings |
SybaseSettings.clone() |
SybaseSettings |
CreateEndpointRequest.getSybaseSettings()
Settings in JSON format for the source and target SAP ASE endpoint.
|
SybaseSettings |
Endpoint.getSybaseSettings()
The settings for the SAP ASE source and target endpoint.
|
SybaseSettings |
ModifyEndpointRequest.getSybaseSettings()
Settings in JSON format for the source and target SAP ASE endpoint.
|
SybaseSettings |
SybaseSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
SybaseSettings |
SybaseSettings.withPassword(String password)
Endpoint connection password.
|
SybaseSettings |
SybaseSettings.withPort(Integer port)
Endpoint TCP port.
|
SybaseSettings |
SybaseSettings.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. |
SybaseSettings |
SybaseSettings.withSecretsManagerSecretId(String secretsManagerSecretId)
The full ARN, partial ARN, or friendly name of the
SecretsManagerSecret that contains the SAP SAE
endpoint connection details. |
SybaseSettings |
SybaseSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
SybaseSettings |
SybaseSettings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setSybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
void |
Endpoint.setSybaseSettings(SybaseSettings sybaseSettings)
The settings for the SAP ASE source and target endpoint.
|
void |
ModifyEndpointRequest.setSybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withSybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
Endpoint |
Endpoint.withSybaseSettings(SybaseSettings sybaseSettings)
The settings for the SAP ASE source and target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withSybaseSettings(SybaseSettings sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
Copyright © 2021. All rights reserved.