java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | org.mule.module.s3.model.Permission |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Permission | FULL_CONTROL | ||||||||||
Permission | READ | ||||||||||
Permission | READ_ACP | ||||||||||
Permission | WRITE | ||||||||||
Permission | WRITE_ACP |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
headerName | |||||||||||
permissionString |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of the header used to grant this permission.
| |||||||||||
Gets the string representation of this permission object as defined by Amazon S3, eg.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the name of the header used to grant this permission.
Gets the string representation of this permission object as defined by Amazon S3, eg. FULL_CONTROL
.
FULL_CONTROL
.