| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Invite |
Invite.clone() |
Invite |
Invite.withEmailAddress(String emailAddress)
The email address to which the invite is sent.
|
Invite |
Invite.withEmailStatus(EmailStatus emailStatus)
The status of the invite email.
|
Invite |
Invite.withEmailStatus(String emailStatus)
The status of the invite email.
|
Invite |
Invite.withInviteId(String inviteId)
The invite ID.
|
Invite |
Invite.withStatus(InviteStatus status)
The status of the invite.
|
Invite |
Invite.withStatus(String status)
The status of the invite.
|
| Modifier and Type | Method and Description |
|---|---|
List<Invite> |
InviteUsersResult.getInvites()
The email invitation details.
|
| Modifier and Type | Method and Description |
|---|---|
InviteUsersResult |
InviteUsersResult.withInvites(Invite... invites)
The email invitation details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InviteUsersResult.setInvites(Collection<Invite> invites)
The email invitation details.
|
InviteUsersResult |
InviteUsersResult.withInvites(Collection<Invite> invites)
The email invitation details.
|
Copyright © 2021. All rights reserved.