Uses of Class
software.amazon.awssdk.services.datazone.model.RedshiftStorage
-
Packages that use RedshiftStorage Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftStorage in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftStorage Modifier and Type Method Description static RedshiftStorageRedshiftStorage. fromRedshiftClusterSource(Consumer<RedshiftClusterStorage.Builder> redshiftClusterSource)Create an instance of this class withredshiftClusterSource()initialized to the given value.static RedshiftStorageRedshiftStorage. fromRedshiftClusterSource(RedshiftClusterStorage redshiftClusterSource)Create an instance of this class withredshiftClusterSource()initialized to the given value.static RedshiftStorageRedshiftStorage. fromRedshiftServerlessSource(Consumer<RedshiftServerlessStorage.Builder> redshiftServerlessSource)Create an instance of this class withredshiftServerlessSource()initialized to the given value.static RedshiftStorageRedshiftStorage. fromRedshiftServerlessSource(RedshiftServerlessStorage redshiftServerlessSource)Create an instance of this class withredshiftServerlessSource()initialized to the given value.RedshiftStorageRedshiftRunConfigurationInput. redshiftStorage()Returns the value of the RedshiftStorage property for this object.RedshiftStorageRedshiftRunConfigurationOutput. redshiftStorage()Returns the value of the RedshiftStorage property for this object.Methods in software.amazon.awssdk.services.datazone.model with parameters of type RedshiftStorage Modifier and Type Method Description RedshiftRunConfigurationInput.BuilderRedshiftRunConfigurationInput.Builder. redshiftStorage(RedshiftStorage redshiftStorage)Sets the value of the RedshiftStorage property for this object.RedshiftRunConfigurationOutput.BuilderRedshiftRunConfigurationOutput.Builder. redshiftStorage(RedshiftStorage redshiftStorage)Sets the value of the RedshiftStorage property for this object.
-