| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static ImpersonationRoleType |
ImpersonationRoleType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImpersonationRoleType |
ImpersonationRole.type()
The impersonation role type.
|
ImpersonationRoleType |
GetImpersonationRoleResponse.type()
The impersonation role type.
|
ImpersonationRoleType |
CreateImpersonationRoleRequest.type()
The impersonation role's type.
|
ImpersonationRoleType |
GetImpersonationRoleEffectResponse.type()
The impersonation role type.
|
ImpersonationRoleType |
UpdateImpersonationRoleRequest.type()
The updated impersonation role type.
|
static ImpersonationRoleType |
ImpersonationRoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImpersonationRoleType[] |
ImpersonationRoleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ImpersonationRoleType> |
ImpersonationRoleType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImpersonationRole.Builder |
ImpersonationRole.Builder.type(ImpersonationRoleType type)
The impersonation role type.
|
GetImpersonationRoleResponse.Builder |
GetImpersonationRoleResponse.Builder.type(ImpersonationRoleType type)
The impersonation role type.
|
CreateImpersonationRoleRequest.Builder |
CreateImpersonationRoleRequest.Builder.type(ImpersonationRoleType type)
The impersonation role's type.
|
GetImpersonationRoleEffectResponse.Builder |
GetImpersonationRoleEffectResponse.Builder.type(ImpersonationRoleType type)
The impersonation role type.
|
UpdateImpersonationRoleRequest.Builder |
UpdateImpersonationRoleRequest.Builder.type(ImpersonationRoleType type)
The updated impersonation role type.
|
Copyright © 2023. All rights reserved.