Uses of Enum Class
org.frankframework.filesystem.S3StorageClass
Packages that use S3StorageClass
-
Uses of S3StorageClass in org.frankframework.filesystem
Subclasses with type arguments of type S3StorageClass in org.frankframework.filesystemMethods in org.frankframework.filesystem that return S3StorageClassModifier and TypeMethodDescriptionstatic S3StorageClassReturns 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 TypeMethodDescriptionvoidAmazonS3FileSystem.setStorageClass(S3StorageClass storageClass) Set the desired storage class for the S3 object when action is move,copy or write.default voidAmazonS3FileSystemDelegator.setStorageClass(S3StorageClass s3StorageClass)