Uses of Class
software.amazon.awssdk.services.firehose.model.SplunkS3BackupMode
-
Packages that use SplunkS3BackupMode Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SplunkS3BackupMode in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SplunkS3BackupMode Modifier and Type Method Description static SplunkS3BackupModeSplunkS3BackupMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SplunkS3BackupModeSplunkDestinationConfiguration. s3BackupMode()Defines how documents should be delivered to Amazon S3.SplunkS3BackupModeSplunkDestinationDescription. s3BackupMode()Defines how documents should be delivered to Amazon S3.SplunkS3BackupModeSplunkDestinationUpdate. s3BackupMode()Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3.static SplunkS3BackupModeSplunkS3BackupMode. 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.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type SplunkS3BackupMode Modifier and Type Method Description static Set<SplunkS3BackupMode>SplunkS3BackupMode. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type SplunkS3BackupMode Modifier and Type Method Description SplunkDestinationConfiguration.BuilderSplunkDestinationConfiguration.Builder. s3BackupMode(SplunkS3BackupMode s3BackupMode)Defines how documents should be delivered to Amazon S3.SplunkDestinationDescription.BuilderSplunkDestinationDescription.Builder. s3BackupMode(SplunkS3BackupMode s3BackupMode)Defines how documents should be delivered to Amazon S3.SplunkDestinationUpdate.BuilderSplunkDestinationUpdate.Builder. s3BackupMode(SplunkS3BackupMode s3BackupMode)Specifies how you want Kinesis Data Firehose to back up documents to Amazon S3.
-