Uses of Class
software.amazon.awssdk.services.databasemigration.model.PostgreSQLSettings
-
Packages that use PostgreSQLSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of PostgreSQLSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return PostgreSQLSettings Modifier and Type Method Description PostgreSQLSettingsCreateEndpointRequest. postgreSQLSettings()Settings in JSON format for the source and target PostgreSQL endpoint.PostgreSQLSettingsEndpoint. postgreSQLSettings()The settings for the PostgreSQL source and target endpoint.PostgreSQLSettingsModifyEndpointRequest. postgreSQLSettings()Settings in JSON format for the source and target PostgreSQL endpoint.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type PostgreSQLSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. postgreSQLSettings(PostgreSQLSettings postgreSQLSettings)Settings in JSON format for the source and target PostgreSQL endpoint.Endpoint.BuilderEndpoint.Builder. postgreSQLSettings(PostgreSQLSettings postgreSQLSettings)The settings for the PostgreSQL source and target endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. postgreSQLSettings(PostgreSQLSettings postgreSQLSettings)Settings in JSON format for the source and target PostgreSQL endpoint.
-