#[non_exhaustive]pub struct PutMailboxPermissionsInput { /* private fields */ }
Implementations§
source§impl PutMailboxPermissionsInput
impl PutMailboxPermissionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutMailboxPermissions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutMailboxPermissions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutMailboxPermissions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutMailboxPermissionsInput
.
source§impl PutMailboxPermissionsInput
impl PutMailboxPermissionsInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The identifier of the organization under which the user, group, or resource exists.
sourcepub fn entity_id(&self) -> Option<&str>
pub fn entity_id(&self) -> Option<&str>
The identifier of the user, group, or resource for which to update mailbox permissions.
sourcepub fn grantee_id(&self) -> Option<&str>
pub fn grantee_id(&self) -> Option<&str>
The identifier of the user, group, or resource to which to grant the permissions.
sourcepub fn permission_values(&self) -> Option<&[PermissionType]>
pub fn permission_values(&self) -> Option<&[PermissionType]>
The permissions granted to the grantee. SEND_AS allows the grantee to send email as the owner of the mailbox (the grantee is not mentioned on these emails). SEND_ON_BEHALF allows the grantee to send email on behalf of the owner of the mailbox (the grantee is not mentioned as the physical sender of these emails). FULL_ACCESS allows the grantee full access to the mailbox, irrespective of other folder-level permissions set on the mailbox.
Trait Implementations§
source§impl Clone for PutMailboxPermissionsInput
impl Clone for PutMailboxPermissionsInput
source§fn clone(&self) -> PutMailboxPermissionsInput
fn clone(&self) -> PutMailboxPermissionsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PutMailboxPermissionsInput
impl Debug for PutMailboxPermissionsInput
source§impl PartialEq<PutMailboxPermissionsInput> for PutMailboxPermissionsInput
impl PartialEq<PutMailboxPermissionsInput> for PutMailboxPermissionsInput
source§fn eq(&self, other: &PutMailboxPermissionsInput) -> bool
fn eq(&self, other: &PutMailboxPermissionsInput) -> bool
self
and other
values to be equal, and is used
by ==
.