Uses of Class
software.amazon.awssdk.services.firehose.model.RedshiftS3BackupMode
-
Packages that use RedshiftS3BackupMode Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of RedshiftS3BackupMode in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return RedshiftS3BackupMode Modifier and Type Method Description static RedshiftS3BackupModeRedshiftS3BackupMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RedshiftS3BackupModeRedshiftDestinationConfiguration. s3BackupMode()The Amazon S3 backup mode.RedshiftS3BackupModeRedshiftDestinationDescription. s3BackupMode()The Amazon S3 backup mode.RedshiftS3BackupModeRedshiftDestinationUpdate. s3BackupMode()You can update a delivery stream to enable Amazon S3 backup if it is disabled.static RedshiftS3BackupModeRedshiftS3BackupMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RedshiftS3BackupMode[]RedshiftS3BackupMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type RedshiftS3BackupMode Modifier and Type Method Description static Set<RedshiftS3BackupMode>RedshiftS3BackupMode. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type RedshiftS3BackupMode Modifier and Type Method Description RedshiftDestinationConfiguration.BuilderRedshiftDestinationConfiguration.Builder. s3BackupMode(RedshiftS3BackupMode s3BackupMode)The Amazon S3 backup mode.RedshiftDestinationDescription.BuilderRedshiftDestinationDescription.Builder. s3BackupMode(RedshiftS3BackupMode s3BackupMode)The Amazon S3 backup mode.RedshiftDestinationUpdate.BuilderRedshiftDestinationUpdate.Builder. s3BackupMode(RedshiftS3BackupMode s3BackupMode)You can update a delivery stream to enable Amazon S3 backup if it is disabled.
-