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