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