Uses of Class
software.amazon.awssdk.services.workmail.model.EntityState
-
Packages that use EntityState Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of EntityState in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return EntityState Modifier and Type Method Description static EntityStateEntityState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EntityStateDescribeGroupResponse. state()The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).EntityStateDescribeResourceResponse. state()The state of the resource: enabled (registered to WorkMail), disabled (deregistered or never registered to WorkMail), or deleted.EntityStateDescribeUserResponse. state()The state of a user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).EntityStateGroup. state()The state of the group, which can be ENABLED, DISABLED, or DELETED.EntityStateListGroupsFilters. state()Filters only groups with the provided state.EntityStateListResourcesFilters. state()Filters only resource with the provided state.EntityStateListUsersFilters. state()Filters only users with the provided state.EntityStateMember. state()The state of the member, which can be ENABLED, DISABLED, or DELETED.EntityStateResource. state()The state of the resource, which can be ENABLED, DISABLED, or DELETED.EntityStateUser. state()The state of the user, which can be ENABLED, DISABLED, or DELETED.static EntityStateEntityState. 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.Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type EntityState Modifier and Type Method Description static Set<EntityState>EntityState. knownValues()Methods in software.amazon.awssdk.services.workmail.model with parameters of type EntityState Modifier and Type Method Description DescribeGroupResponse.BuilderDescribeGroupResponse.Builder. state(EntityState state)The state of the user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).DescribeResourceResponse.BuilderDescribeResourceResponse.Builder. state(EntityState state)The state of the resource: enabled (registered to WorkMail), disabled (deregistered or never registered to WorkMail), or deleted.DescribeUserResponse.BuilderDescribeUserResponse.Builder. state(EntityState state)The state of a user: enabled (registered to WorkMail) or disabled (deregistered or never registered to WorkMail).Group.BuilderGroup.Builder. state(EntityState state)The state of the group, which can be ENABLED, DISABLED, or DELETED.ListGroupsFilters.BuilderListGroupsFilters.Builder. state(EntityState state)Filters only groups with the provided state.ListResourcesFilters.BuilderListResourcesFilters.Builder. state(EntityState state)Filters only resource with the provided state.ListUsersFilters.BuilderListUsersFilters.Builder. state(EntityState state)Filters only users with the provided state.Member.BuilderMember.Builder. state(EntityState state)The state of the member, which can be ENABLED, DISABLED, or DELETED.Resource.BuilderResource.Builder. state(EntityState state)The state of the resource, which can be ENABLED, DISABLED, or DELETED.User.BuilderUser.Builder. state(EntityState state)The state of the user, which can be ENABLED, DISABLED, or DELETED.
-