| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesResult |
AbstractAmazonChime.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest request)
Deprecated.
|
CreateMeetingWithAttendeesResult |
AmazonChime.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest)
Deprecated.
|
CreateMeetingWithAttendeesResult |
AmazonChimeClient.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest request)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMeetingWithAttendeesResult> |
AbstractAmazonChimeAsync.createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request,
AsyncHandler<CreateMeetingWithAttendeesRequest,CreateMeetingWithAttendeesResult> asyncHandler)
Deprecated.
|
Future<CreateMeetingWithAttendeesResult> |
AmazonChimeAsync.createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest,
AsyncHandler<CreateMeetingWithAttendeesRequest,CreateMeetingWithAttendeesResult> asyncHandler)
Deprecated.
|
Future<CreateMeetingWithAttendeesResult> |
AmazonChimeAsyncClient.createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request,
AsyncHandler<CreateMeetingWithAttendeesRequest,CreateMeetingWithAttendeesResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.clone() |
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withAttendees(Attendee... attendees)
The attendee information, including attendees IDs and join tokens.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withAttendees(Collection<Attendee> attendees)
The attendee information, including attendees IDs and join tokens.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withErrors(Collection<CreateAttendeeError> errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along
with error codes and error messages.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withErrors(CreateAttendeeError... errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along
with error codes and error messages.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withMeeting(Meeting meeting)
A meeting created using the Amazon Chime SDK.
|
Copyright © 2023. All rights reserved.