Uses of Class
software.amazon.awssdk.services.datazone.model.RedshiftStorageProperties
-
Packages that use RedshiftStorageProperties Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftStorageProperties in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftStorageProperties Modifier and Type Method Description static RedshiftStoragePropertiesRedshiftStorageProperties. fromClusterName(String clusterName)Create an instance of this class withclusterName()initialized to the given value.static RedshiftStoragePropertiesRedshiftStorageProperties. fromWorkgroupName(String workgroupName)Create an instance of this class withworkgroupName()initialized to the given value.RedshiftStoragePropertiesRedshiftPropertiesInput. storage()The Amazon Redshift storage.RedshiftStoragePropertiesRedshiftPropertiesOutput. storage()The storage in the Amazon Redshift properties.RedshiftStoragePropertiesRedshiftPropertiesPatch. storage()The storage in the Amazon Redshift properties patch.Methods in software.amazon.awssdk.services.datazone.model with parameters of type RedshiftStorageProperties Modifier and Type Method Description RedshiftPropertiesInput.BuilderRedshiftPropertiesInput.Builder. storage(RedshiftStorageProperties storage)The Amazon Redshift storage.RedshiftPropertiesOutput.BuilderRedshiftPropertiesOutput.Builder. storage(RedshiftStorageProperties storage)The storage in the Amazon Redshift properties.RedshiftPropertiesPatch.BuilderRedshiftPropertiesPatch.Builder. storage(RedshiftStorageProperties storage)The storage in the Amazon Redshift properties patch.
-