| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
UpdateUserResult.getUser()
The updated user details.
|
User |
GetUserResult.getUser()
The user details.
|
User |
ResetPersonalPINResult.getUser()
The user details and new personal meeting PIN.
|
User |
User.withAccountId(String accountId)
The Amazon Chime account ID.
|
User |
User.withDisplayName(String displayName)
The display name of the user.
|
User |
User.withInvitedOn(Date invitedOn)
Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.
|
User |
User.withLicenseType(License licenseType)
The license type for the user.
|
User |
User.withLicenseType(String licenseType)
The license type for the user.
|
User |
User.withPersonalPIN(String personalPIN)
The user's personal meeting PIN.
|
User |
User.withPrimaryEmail(String primaryEmail)
The primary email address of the user.
|
User |
User.withPrimaryProvisionedNumber(String primaryProvisionedNumber)
The primary phone number associated with the user.
|
User |
User.withRegisteredOn(Date registeredOn)
Date and time when the user is registered, in ISO 8601 format.
|
User |
User.withUserId(String userId)
The user ID.
|
User |
User.withUserInvitationStatus(InviteStatus userInvitationStatus)
The user invite status.
|
User |
User.withUserInvitationStatus(String userInvitationStatus)
The user invite status.
|
User |
User.withUserRegistrationStatus(RegistrationStatus userRegistrationStatus)
The user registration status.
|
User |
User.withUserRegistrationStatus(String userRegistrationStatus)
The user registration status.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResult.getUsers()
List of users and user details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserResult.setUser(User user)
The updated user details.
|
void |
GetUserResult.setUser(User user)
The user details.
|
void |
ResetPersonalPINResult.setUser(User user)
The user details and new personal meeting PIN.
|
UpdateUserResult |
UpdateUserResult.withUser(User user)
The updated user details.
|
GetUserResult |
GetUserResult.withUser(User user)
The user details.
|
ResetPersonalPINResult |
ResetPersonalPINResult.withUser(User user)
The user details and new personal meeting PIN.
|
ListUsersResult |
ListUsersResult.withUsers(User... users)
List of users and user details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUsers(Collection<User> users)
List of users and user details.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
List of users and user details.
|
Copyright © 2019. All rights reserved.