Uses of Class
fr.gouv.vitam.common.storage.s3.AmazonS3APIErrorCodes
-
Packages that use AmazonS3APIErrorCodes Package Description fr.gouv.vitam.common.storage.s3 Provides S3 implementations for the storage modules. -
-
Uses of AmazonS3APIErrorCodes in fr.gouv.vitam.common.storage.s3
Methods in fr.gouv.vitam.common.storage.s3 that return AmazonS3APIErrorCodes Modifier and Type Method Description static AmazonS3APIErrorCodes
AmazonS3APIErrorCodes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AmazonS3APIErrorCodes[]
AmazonS3APIErrorCodes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-