Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
static UserStatusType |
UserStatusType.fromValue(String value)
Use this in place of valueOf.
|
static UserStatusType |
UserStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserStatusType[] |
UserStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ListUsersRequest.setUserStatus(UserStatusType userStatus)
The user status.
|
void |
UserType.setUserStatus(UserStatusType userStatus)
The user status.
|
void |
AdminGetUserResult.setUserStatus(UserStatusType userStatus)
The user status.
|
ListUsersRequest |
ListUsersRequest.withUserStatus(UserStatusType userStatus)
The user status.
|
UserType |
UserType.withUserStatus(UserStatusType userStatus)
The user status.
|
AdminGetUserResult |
AdminGetUserResult.withUserStatus(UserStatusType userStatus)
The user status.
|
Copyright © 2018. All rights reserved.