| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static SplunkS3BackupMode |
SplunkS3BackupMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SplunkS3BackupMode |
SplunkDestinationDescription.s3BackupMode()
Defines how documents should be delivered to Amazon S3.
|
SplunkS3BackupMode |
SplunkDestinationConfiguration.s3BackupMode()
Defines how documents should be delivered to Amazon S3.
|
SplunkS3BackupMode |
SplunkDestinationUpdate.s3BackupMode()
Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3.
|
static SplunkS3BackupMode |
SplunkS3BackupMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SplunkS3BackupMode[] |
SplunkS3BackupMode.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<SplunkS3BackupMode> |
SplunkS3BackupMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SplunkDestinationDescription.Builder |
SplunkDestinationDescription.Builder.s3BackupMode(SplunkS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3.
|
SplunkDestinationConfiguration.Builder |
SplunkDestinationConfiguration.Builder.s3BackupMode(SplunkS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3.
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.s3BackupMode(SplunkS3BackupMode s3BackupMode)
Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3.
|
Copyright © 2023. All rights reserved.