| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmeetings |
The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set
the AWS Regions for meetings, create and manage users, and send and receive meeting notifications.
|
| software.amazon.awssdk.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateMeetingWithAttendeesResponse |
ChimeSdkMeetingsClient.createMeetingWithAttendees(Consumer<CreateMeetingWithAttendeesRequest.Builder> createMeetingWithAttendeesRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
default CompletableFuture<CreateMeetingWithAttendeesResponse> |
ChimeSdkMeetingsAsyncClient.createMeetingWithAttendees(Consumer<CreateMeetingWithAttendeesRequest.Builder> createMeetingWithAttendeesRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(Consumer<CreateAttendeeRequestItem.Builder>... attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
|
static CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.builder() |
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.clientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.externalMeetingId(String externalMeetingId)
The external meeting ID.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.mediaRegion(String mediaRegion)
The Region in which to create the meeting.
|
default CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.meetingFeatures(Consumer<MeetingFeaturesConfiguration.Builder> meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.meetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.meetingHostId(String meetingHostId)
Reserved.
|
default CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.notificationsConfiguration(Consumer<NotificationsConfiguration.Builder> notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.notificationsConfiguration(NotificationsConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.primaryMeetingId(String primaryMeetingId)
When specified, replicates the media from the primary meeting to the new meeting.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tags(Collection<Tag> tags)
The tags in the request.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags in the request.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tags(Tag... tags)
The tags in the request.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tenantIds(Collection<String> tenantIds)
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their
users.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tenantIds(String... tenantIds)
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their
users.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMeetingWithAttendeesRequest.Builder> |
CreateMeetingWithAttendeesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.