| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesResult |
AbstractAmazonChime.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest request) |
CreateMeetingWithAttendeesResult |
AmazonChime.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
CreateMeetingWithAttendeesResult |
AmazonChimeClient.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest request)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMeetingWithAttendeesResult> |
AbstractAmazonChimeAsync.createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request,
AsyncHandler<CreateMeetingWithAttendeesRequest,CreateMeetingWithAttendeesResult> asyncHandler) |
Future<CreateMeetingWithAttendeesResult> |
AmazonChimeAsync.createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest,
AsyncHandler<CreateMeetingWithAttendeesRequest,CreateMeetingWithAttendeesResult> asyncHandler)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
Future<CreateMeetingWithAttendeesResult> |
AmazonChimeAsyncClient.createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request,
AsyncHandler<CreateMeetingWithAttendeesRequest,CreateMeetingWithAttendeesResult> asyncHandler) |
| 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.