| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateMeetingWithAttendeesResponse |
ChimeClient.createMeetingWithAttendees(Consumer<CreateMeetingWithAttendeesRequest.Builder> createMeetingWithAttendeesRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
default CompletableFuture<CreateMeetingWithAttendeesResponse> |
ChimeAsyncClient.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 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)
Sets the value of the NotificationsConfiguration property for this object.
|
CreateMeetingWithAttendeesRequest.Builder |
CreateMeetingWithAttendeesRequest.Builder.notificationsConfiguration(MeetingNotificationConfiguration notificationsConfiguration)
Sets the value of the NotificationsConfiguration property for this object.
|
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 © 2022. All rights reserved.