Uses of Class
software.amazon.awssdk.services.databasemigration.model.RedshiftSettings
-
Packages that use RedshiftSettings Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of RedshiftSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RedshiftSettings Modifier and Type Method Description RedshiftSettingsCreateEndpointRequest. redshiftSettings()Returns the value of the RedshiftSettings property for this object.RedshiftSettingsEndpoint. redshiftSettings()Settings for the Amazon Redshift endpoint.RedshiftSettingsModifyEndpointRequest. redshiftSettings()Returns the value of the RedshiftSettings property for this object.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type RedshiftSettings Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. redshiftSettings(RedshiftSettings redshiftSettings)Sets the value of the RedshiftSettings property for this object.Endpoint.BuilderEndpoint.Builder. redshiftSettings(RedshiftSettings redshiftSettings)Settings for the Amazon Redshift endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. redshiftSettings(RedshiftSettings redshiftSettings)Sets the value of the RedshiftSettings property for this object.
-