| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateMeetingWithAttendeesResponse> |
ChimeAsyncClient.createMeetingWithAttendees(Consumer<CreateMeetingWithAttendeesRequest.Builder> createMeetingWithAttendeesRequest)
Deprecated.
Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace
|
default CreateMeetingWithAttendeesResponse |
ChimeClient.createMeetingWithAttendees(Consumer<CreateMeetingWithAttendeesRequest.Builder> createMeetingWithAttendeesRequest)
Deprecated.
Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(Consumer<CreateAttendeeRequestItem.Builder>... attendees)
The request containing the attendees to create.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.attendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
|
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.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.meetingHostId(String meetingHostId)
Reserved.
|
default CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.notificationsConfiguration(Consumer<MeetingNotificationConfiguration.Builder> notificationsConfiguration)
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.notificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tags(Collection<Tag> tags)
The tag key-value pairs.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tag key-value pairs.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.tags(Tag... tags)
The tag key-value pairs.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateMeetingWithAttendeesRequest.Builder> |
CreateMeetingWithAttendeesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.