Uses of Class
software.amazon.awssdk.services.firehose.model.ElasticsearchS3BackupMode
-
Packages that use ElasticsearchS3BackupMode Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of ElasticsearchS3BackupMode in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return ElasticsearchS3BackupMode Modifier and Type Method Description static ElasticsearchS3BackupModeElasticsearchS3BackupMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ElasticsearchS3BackupModeElasticsearchDestinationConfiguration. s3BackupMode()Defines how documents should be delivered to Amazon S3.ElasticsearchS3BackupModeElasticsearchDestinationDescription. s3BackupMode()The Amazon S3 backup mode.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 software.amazon.awssdk.services.firehose.model that return types with arguments of type ElasticsearchS3BackupMode Modifier and Type Method Description static Set<ElasticsearchS3BackupMode>ElasticsearchS3BackupMode. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type ElasticsearchS3BackupMode Modifier and Type Method Description ElasticsearchDestinationConfiguration.BuilderElasticsearchDestinationConfiguration.Builder. s3BackupMode(ElasticsearchS3BackupMode s3BackupMode)Defines how documents should be delivered to Amazon S3.ElasticsearchDestinationDescription.BuilderElasticsearchDestinationDescription.Builder. s3BackupMode(ElasticsearchS3BackupMode s3BackupMode)The Amazon S3 backup mode.
-