Uses of Class
com.amazonaws.services.kinesisfirehose.model.ElasticsearchS3BackupMode
-
Packages that use ElasticsearchS3BackupMode Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of ElasticsearchS3BackupMode in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return ElasticsearchS3BackupMode Modifier and Type Method Description static ElasticsearchS3BackupMode
ElasticsearchS3BackupMode. fromValue(String value)
Use this in place of valueOf.static ElasticsearchS3BackupMode
ElasticsearchS3BackupMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ElasticsearchS3BackupMode[]
ElasticsearchS3BackupMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type ElasticsearchS3BackupMode Modifier and Type Method Description void
ElasticsearchDestinationConfiguration. setS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3.void
ElasticsearchDestinationDescription. setS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
Amazon S3 backup mode.ElasticsearchDestinationConfiguration
ElasticsearchDestinationConfiguration. withS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3.ElasticsearchDestinationDescription
ElasticsearchDestinationDescription. withS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
Amazon S3 backup mode.
-