| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| 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 |
|---|---|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.clone() |
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withAttendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withClientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withExternalMeetingId(String externalMeetingId)
The external meeting ID.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withMediaRegion(String mediaRegion)
The Region in which to create the meeting.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withMeetingHostId(String meetingHostId)
Reserved.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withNotificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withTags(Collection<Tag> tags)
The tag key-value pairs.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withTags(Tag... tags)
The tag key-value pairs.
|
Copyright © 2023. All rights reserved.