| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityState |
EntityState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EntityState |
Group.state()
The state of the group, which can be ENABLED, DISABLED, or DELETED.
|
EntityState |
DescribeGroupResponse.state()
The state of the user: enabled (registered to Amazon WorkMail) or disabled (deregistered or never registered to
WorkMail).
|
EntityState |
User.state()
The state of the user, which can be ENABLED, DISABLED, or DELETED.
|
EntityState |
Resource.state()
The state of the resource, which can be ENABLED, DISABLED, or DELETED.
|
EntityState |
DescribeUserResponse.state()
The state of a user: enabled (registered to Amazon WorkMail) or disabled (deregistered or never registered to
WorkMail).
|
EntityState |
DescribeResourceResponse.state()
The state of the resource: enabled (registered to Amazon WorkMail), disabled (deregistered or never registered to
WorkMail), or deleted.
|
EntityState |
Member.state()
The state of the member, which can be ENABLED, DISABLED, or DELETED.
|
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 |
|---|---|
static Set<EntityState> |
EntityState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
Group.Builder.state(EntityState state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
|
DescribeGroupResponse.Builder |
DescribeGroupResponse.Builder.state(EntityState state)
The state of the user: enabled (registered to Amazon WorkMail) or disabled (deregistered or never registered
to WorkMail).
|
User.Builder |
User.Builder.state(EntityState state)
The state of the user, which can be ENABLED, DISABLED, or DELETED.
|
Resource.Builder |
Resource.Builder.state(EntityState state)
The state of the resource, which can be ENABLED, DISABLED, or DELETED.
|
DescribeUserResponse.Builder |
DescribeUserResponse.Builder.state(EntityState state)
The state of a user: enabled (registered to Amazon WorkMail) or disabled (deregistered or never registered to
WorkMail).
|
DescribeResourceResponse.Builder |
DescribeResourceResponse.Builder.state(EntityState state)
The state of the resource: enabled (registered to Amazon WorkMail), disabled (deregistered or never
registered to WorkMail), or deleted.
|
Member.Builder |
Member.Builder.state(EntityState state)
The state of the member, which can be ENABLED, DISABLED, or DELETED.
|
Copyright © 2021. All rights reserved.