Uses of Enum Class
org.frankframework.filesystem.S3StorageClass
Packages that use S3StorageClass
-
Uses of S3StorageClass in org.frankframework.filesystem
Methods in org.frankframework.filesystem that return S3StorageClassModifier and TypeMethodDescriptionstatic S3StorageClass
Returns the enum constant of this class with the specified name.static S3StorageClass[]
S3StorageClass.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.filesystem with parameters of type S3StorageClassModifier and TypeMethodDescriptionvoid
AmazonS3FileSystem.setStorageClass
(S3StorageClass storageClass) Set the desired storage class for the S3 object when action is move,copy or write.default void
AmazonS3FileSystemDelegator.setStorageClass
(S3StorageClass s3StorageClass)