Uses of Class
software.amazon.awssdk.services.datazone.model.RedshiftPropertiesInput
-
Packages that use RedshiftPropertiesInput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftPropertiesInput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftPropertiesInput Modifier and Type Method Description RedshiftPropertiesInputConnectionPropertiesInput. redshiftProperties()The Amazon Redshift properties of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type RedshiftPropertiesInput Modifier and Type Method Description static ConnectionPropertiesInputConnectionPropertiesInput. fromRedshiftProperties(RedshiftPropertiesInput redshiftProperties)Create an instance of this class withConnectionPropertiesInput.redshiftProperties()initialized to the given value.ConnectionPropertiesInput.BuilderConnectionPropertiesInput.Builder. redshiftProperties(RedshiftPropertiesInput redshiftProperties)The Amazon Redshift properties of a connection.
-