| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAttendeeRequestItem |
CreateAttendeeRequestItem.clone() |
CreateAttendeeRequestItem |
CreateAttendeeRequestItem.withExternalUserId(String externalUserId)
The Amazon Chime SDK external user ID.
|
CreateAttendeeRequestItem |
CreateAttendeeRequestItem.withTags(Collection<Tag> tags)
The tag key-value pairs.
|
CreateAttendeeRequestItem |
CreateAttendeeRequestItem.withTags(Tag... tags)
The tag key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateAttendeeRequestItem> |
CreateMeetingWithAttendeesRequest.getAttendees()
The request containing the attendees to create.
|
List<CreateAttendeeRequestItem> |
BatchCreateAttendeeRequest.getAttendees()
The request containing the attendees to create.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withAttendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withAttendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMeetingWithAttendeesRequest.setAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
void |
BatchCreateAttendeeRequest.setAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
Copyright © 2023. All rights reserved.