| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static AmazonopensearchserviceS3BackupMode |
AmazonopensearchserviceS3BackupMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AmazonopensearchserviceS3BackupMode |
AmazonopensearchserviceDestinationConfiguration.s3BackupMode()
Defines how documents should be delivered to Amazon S3.
|
AmazonopensearchserviceS3BackupMode |
AmazonopensearchserviceDestinationDescription.s3BackupMode()
The Amazon S3 backup mode.
|
static AmazonopensearchserviceS3BackupMode |
AmazonopensearchserviceS3BackupMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmazonopensearchserviceS3BackupMode[] |
AmazonopensearchserviceS3BackupMode.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<AmazonopensearchserviceS3BackupMode> |
AmazonopensearchserviceS3BackupMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AmazonopensearchserviceDestinationConfiguration.Builder |
AmazonopensearchserviceDestinationConfiguration.Builder.s3BackupMode(AmazonopensearchserviceS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3.
|
AmazonopensearchserviceDestinationDescription.Builder |
AmazonopensearchserviceDestinationDescription.Builder.s3BackupMode(AmazonopensearchserviceS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
Copyright © 2023. All rights reserved.