Uses of Class
software.amazon.awssdk.services.firehose.model.S3BackupMode
-
Packages that use S3BackupMode Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of S3BackupMode in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return S3BackupMode Modifier and Type Method Description static S3BackupModeS3BackupMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3BackupModeExtendedS3DestinationConfiguration. s3BackupMode()The Amazon S3 backup mode.S3BackupModeExtendedS3DestinationDescription. s3BackupMode()The Amazon S3 backup mode.S3BackupModeExtendedS3DestinationUpdate. s3BackupMode()You can update a delivery stream to enable Amazon S3 backup if it is disabled.static S3BackupModeS3BackupMode. valueOf(String name)Returns the enum constant of this type with the specified name.static S3BackupMode[]S3BackupMode. 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 S3BackupMode Modifier and Type Method Description static Set<S3BackupMode>S3BackupMode. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type S3BackupMode Modifier and Type Method Description ExtendedS3DestinationConfiguration.BuilderExtendedS3DestinationConfiguration.Builder. s3BackupMode(S3BackupMode s3BackupMode)The Amazon S3 backup mode.ExtendedS3DestinationDescription.BuilderExtendedS3DestinationDescription.Builder. s3BackupMode(S3BackupMode s3BackupMode)The Amazon S3 backup mode.ExtendedS3DestinationUpdate.BuilderExtendedS3DestinationUpdate.Builder. s3BackupMode(S3BackupMode s3BackupMode)You can update a delivery stream to enable Amazon S3 backup if it is disabled.
-