| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLSettings |
CreateEndpointRequest.postgreSQLSettings()
Settings in JSON format for the source and target PostgreSQL endpoint.
|
PostgreSQLSettings |
ModifyEndpointRequest.postgreSQLSettings()
Settings in JSON format for the source and target PostgreSQL endpoint.
|
PostgreSQLSettings |
Endpoint.postgreSQLSettings()
The settings for the PostgreSQL source and target endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.postgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
ModifyEndpointRequest.Builder |
ModifyEndpointRequest.Builder.postgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
Endpoint.Builder |
Endpoint.Builder.postgreSQLSettings(PostgreSQLSettings postgreSQLSettings)
The settings for the PostgreSQL source and target endpoint.
|
Copyright © 2023. All rights reserved.