| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityState |
EntityState.fromValue(String value)
Use this in place of valueOf.
|
static EntityState |
EntityState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityState[] |
EntityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.withState(EntityState state)
The state of the user, which can be ENABLED, DISABLED, or DELETED.
|
Resource |
Resource.withState(EntityState state)
The state of the resource, which can be ENABLED, DISABLED, or DELETED.
|
Group |
Group.withState(EntityState state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
|
Member |
Member.withState(EntityState state)
The state of the member, which can be ENABLED, DISABLED, or DELETED.
|
DescribeUserResult |
DescribeUserResult.withState(EntityState state)
The state of a user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).
|
DescribeResourceResult |
DescribeResourceResult.withState(EntityState state)
The state of the resource: enabled (registered to WorkMail), disabled (deregistered or never registered to
WorkMail), or deleted.
|
DescribeGroupResult |
DescribeGroupResult.withState(EntityState state)
The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to
WorkMail).
|
Copyright © 2023. All rights reserved.