| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static MemberType |
MemberType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MemberType |
Permission.granteeType()
The type of user, group, or resource referred to in GranteeId.
|
MemberType |
Member.type()
A member can be a user or group.
|
MemberType |
Delegate.type()
The type of the delegate: user or group.
|
static MemberType |
MemberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberType[] |
MemberType.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<MemberType> |
MemberType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Permission.Builder |
Permission.Builder.granteeType(MemberType granteeType)
The type of user, group, or resource referred to in GranteeId.
|
Member.Builder |
Member.Builder.type(MemberType type)
A member can be a user or group.
|
Delegate.Builder |
Delegate.Builder.type(MemberType type)
The type of the delegate: user or group.
|
Copyright © 2022. All rights reserved.