| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
static RedshiftS3BackupMode |
RedshiftS3BackupMode.fromValue(String value)
Use this in place of valueOf.
|
static RedshiftS3BackupMode |
RedshiftS3BackupMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedshiftDestinationUpdate.setS3BackupMode(RedshiftS3BackupMode s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled.
|
void |
RedshiftDestinationConfiguration.setS3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
void |
RedshiftDestinationDescription.setS3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withS3BackupMode(RedshiftS3BackupMode s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled.
|
RedshiftDestinationConfiguration |
RedshiftDestinationConfiguration.withS3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
RedshiftDestinationDescription |
RedshiftDestinationDescription.withS3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
Copyright © 2023. All rights reserved.