| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static RedshiftS3BackupMode |
RedshiftS3BackupMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RedshiftS3BackupMode |
RedshiftDestinationConfiguration.s3BackupMode()
The Amazon S3 backup mode.
|
RedshiftS3BackupMode |
RedshiftDestinationUpdate.s3BackupMode()
You can update a delivery stream to enable Amazon S3 backup if it is disabled.
|
RedshiftS3BackupMode |
RedshiftDestinationDescription.s3BackupMode()
The Amazon S3 backup mode.
|
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 |
|---|---|
static Set<RedshiftS3BackupMode> |
RedshiftS3BackupMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RedshiftDestinationConfiguration.Builder |
RedshiftDestinationConfiguration.Builder.s3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
RedshiftDestinationUpdate.Builder |
RedshiftDestinationUpdate.Builder.s3BackupMode(RedshiftS3BackupMode s3BackupMode)
You can update a delivery stream to enable Amazon S3 backup if it is disabled.
|
RedshiftDestinationDescription.Builder |
RedshiftDestinationDescription.Builder.s3BackupMode(RedshiftS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
Copyright © 2023. All rights reserved.