Uses of Class
software.amazon.awssdk.services.firehose.model.IcebergS3BackupMode
-
Packages that use IcebergS3BackupMode Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of IcebergS3BackupMode in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return IcebergS3BackupMode Modifier and Type Method Description static IcebergS3BackupModeIcebergS3BackupMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IcebergS3BackupModeIcebergDestinationConfiguration. s3BackupMode()Describes how Firehose will backup records.IcebergS3BackupModeIcebergDestinationDescription. s3BackupMode()Describes how Firehose will backup records.IcebergS3BackupModeIcebergDestinationUpdate. s3BackupMode()Describes how Firehose will backup records.static IcebergS3BackupModeIcebergS3BackupMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IcebergS3BackupMode[]IcebergS3BackupMode. 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 IcebergS3BackupMode Modifier and Type Method Description static Set<IcebergS3BackupMode>IcebergS3BackupMode. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type IcebergS3BackupMode Modifier and Type Method Description IcebergDestinationConfiguration.BuilderIcebergDestinationConfiguration.Builder. s3BackupMode(IcebergS3BackupMode s3BackupMode)Describes how Firehose will backup records.IcebergDestinationDescription.BuilderIcebergDestinationDescription.Builder. s3BackupMode(IcebergS3BackupMode s3BackupMode)Describes how Firehose will backup records.IcebergDestinationUpdate.BuilderIcebergDestinationUpdate.Builder. s3BackupMode(IcebergS3BackupMode s3BackupMode)Describes how Firehose will backup records.
-