| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
ImpersonationRole |
ImpersonationRole.clone() |
ImpersonationRole |
ImpersonationRole.withDateCreated(Date dateCreated)
The date when the impersonation role was created.
|
ImpersonationRole |
ImpersonationRole.withDateModified(Date dateModified)
The date when the impersonation role was last modified.
|
ImpersonationRole |
ImpersonationRole.withImpersonationRoleId(String impersonationRoleId)
The identifier of the impersonation role.
|
ImpersonationRole |
ImpersonationRole.withName(String name)
The impersonation role name.
|
ImpersonationRole |
ImpersonationRole.withType(ImpersonationRoleType type)
The impersonation role type.
|
ImpersonationRole |
ImpersonationRole.withType(String type)
The impersonation role type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImpersonationRole> |
ListImpersonationRolesResult.getRoles()
The list of impersonation roles under the given WorkMail organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListImpersonationRolesResult |
ListImpersonationRolesResult.withRoles(ImpersonationRole... roles)
The list of impersonation roles under the given WorkMail organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImpersonationRolesResult.setRoles(Collection<ImpersonationRole> roles)
The list of impersonation roles under the given WorkMail organization.
|
ListImpersonationRolesResult |
ListImpersonationRolesResult.withRoles(Collection<ImpersonationRole> roles)
The list of impersonation roles under the given WorkMail organization.
|
Copyright © 2023. All rights reserved.