Uses of Class
software.amazon.awssdk.services.datazone.model.RedshiftPropertiesPatch
-
Packages that use RedshiftPropertiesPatch Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftPropertiesPatch in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftPropertiesPatch Modifier and Type Method Description RedshiftPropertiesPatchConnectionPropertiesPatch. redshiftProperties()The Amazon Redshift properties of a connection properties patch.Methods in software.amazon.awssdk.services.datazone.model with parameters of type RedshiftPropertiesPatch Modifier and Type Method Description static ConnectionPropertiesPatchConnectionPropertiesPatch. fromRedshiftProperties(RedshiftPropertiesPatch redshiftProperties)Create an instance of this class withConnectionPropertiesPatch.redshiftProperties()initialized to the given value.ConnectionPropertiesPatch.BuilderConnectionPropertiesPatch.Builder. redshiftProperties(RedshiftPropertiesPatch redshiftProperties)The Amazon Redshift properties of a connection properties patch.
-