| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
List<CreateAttendeeRequestItem> |
BatchCreateAttendeeRequest.attendees()
The request containing the attendees to create.
|
List<CreateAttendeeRequestItem> |
CreateMeetingWithAttendeesRequest.attendees()
The request containing the attendees to create.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.Builder.attendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeRequest.Builder |
BatchCreateAttendeeRequest.Builder.attendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
Copyright © 2022. All rights reserved.