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 ElasticsearchS3BackupModeElasticsearchS3BackupMode. fromValue(String value)Use this in place of valueOf.static ElasticsearchS3BackupModeElasticsearchS3BackupMode. 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 voidElasticsearchDestinationConfiguration. setS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)Defines how documents should be delivered to Amazon S3.voidElasticsearchDestinationDescription. setS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)Amazon S3 backup mode.ElasticsearchDestinationConfigurationElasticsearchDestinationConfiguration. withS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)Defines how documents should be delivered to Amazon S3.ElasticsearchDestinationDescriptionElasticsearchDestinationDescription. withS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)Amazon S3 backup mode.
-