Uses of Enum
com.amazonaws.services.kinesisfirehose.model.ElasticsearchS3BackupMode
Packages that use ElasticsearchS3BackupMode
-
Uses of ElasticsearchS3BackupMode in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return ElasticsearchS3BackupModeModifier and TypeMethodDescriptionstatic ElasticsearchS3BackupModeUse this in place of valueOf.static ElasticsearchS3BackupModeReturns 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 ElasticsearchS3BackupModeModifier and TypeMethodDescriptionvoidElasticsearchDestinationConfiguration.setS3BackupMode(ElasticsearchS3BackupMode s3BackupMode) Defines how documents should be delivered to Amazon S3.voidElasticsearchDestinationDescription.setS3BackupMode(ElasticsearchS3BackupMode s3BackupMode) Amazon S3 backup mode.ElasticsearchDestinationConfiguration.withS3BackupMode(ElasticsearchS3BackupMode s3BackupMode) Defines how documents should be delivered to Amazon S3.ElasticsearchDestinationDescription.withS3BackupMode(ElasticsearchS3BackupMode s3BackupMode) Amazon S3 backup mode.