Uses of Class
software.amazon.awssdk.services.databasemigration.model.PostgreSQLSettings
Packages that use PostgreSQLSettings
-
Uses of PostgreSQLSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return PostgreSQLSettingsModifier and TypeMethodDescriptionfinal PostgreSQLSettingsCreateEndpointRequest.postgreSQLSettings()Settings in JSON format for the source and target PostgreSQL endpoint.final PostgreSQLSettingsEndpoint.postgreSQLSettings()The settings for the PostgreSQL source and target endpoint.final 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 PostgreSQLSettingsModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.postgreSQLSettings(PostgreSQLSettings postgreSQLSettings) Settings in JSON format for the source and target PostgreSQL endpoint.Endpoint.Builder.postgreSQLSettings(PostgreSQLSettings postgreSQLSettings) The settings for the PostgreSQL source and target endpoint.ModifyEndpointRequest.Builder.postgreSQLSettings(PostgreSQLSettings postgreSQLSettings) Settings in JSON format for the source and target PostgreSQL endpoint.