Uses of Enum Class
com.adobe.testing.s3mock.dto.Grant.Permission
Packages that use Grant.Permission
-
Uses of Grant.Permission in com.adobe.testing.s3mock.dto
Methods in com.adobe.testing.s3mock.dto that return Grant.PermissionModifier and TypeMethodDescriptionGrant.permission()Returns the value of thepermissionrecord component.static Grant.PermissionReturns the enum constant of this class with the specified name.static Grant.Permission[]Grant.Permission.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.adobe.testing.s3mock.dto with parameters of type Grant.PermissionModifierConstructorDescriptionGrant(Grantee grantee, Grant.Permission permission) Creates an instance of aGrantrecord class.