| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLSettings |
PostgreSQLSettings.clone() |
PostgreSQLSettings |
CreateEndpointRequest.getPostgreSQLSettings()
Settings in JSON format for the source and target PostgreSQL endpoint.
|
PostgreSQLSettings |
ModifyEndpointRequest.getPostgreSQLSettings()
Settings in JSON format for the source and target PostgreSQL endpoint.
|
PostgreSQLSettings |
Endpoint.getPostgreSQLSettings()
The settings for the PostgreSQL source and target endpoint.
|
PostgreSQLSettings |
PostgreSQLSettings.withDatabaseName(String databaseName)
Database name for the endpoint.
|
PostgreSQLSettings |
PostgreSQLSettings.withPassword(String password)
Endpoint connection password.
|
PostgreSQLSettings |
PostgreSQLSettings.withPort(Integer port)
Endpoint TCP port.
|
PostgreSQLSettings |
PostgreSQLSettings.withServerName(String serverName)
Fully qualified domain name of the endpoint.
|
PostgreSQLSettings |
PostgreSQLSettings.withUsername(String username)
Endpoint connection user name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
void |
ModifyEndpointRequest.setPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
void |
Endpoint.setPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
Endpoint |
Endpoint.withPostgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint.
|
Copyright © 2020. All rights reserved.