| 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 BatchCreateAttendeeResponse |
ChimeSdkMeetingsClient.batchCreateAttendee(BatchCreateAttendeeRequest batchCreateAttendeeRequest)
Creates up to 100 attendees for an active Amazon Chime SDK meeting.
|
default BatchCreateAttendeeResponse |
ChimeSdkMeetingsClient.batchCreateAttendee(Consumer<BatchCreateAttendeeRequest.Builder> batchCreateAttendeeRequest)
Creates up to 100 attendees for an active Amazon Chime SDK meeting.
|
default CreateAttendeeResponse |
ChimeSdkMeetingsClient.createAttendee(Consumer<CreateAttendeeRequest.Builder> createAttendeeRequest)
Creates a new attendee for an active Amazon Chime SDK meeting.
|
default CreateAttendeeResponse |
ChimeSdkMeetingsClient.createAttendee(CreateAttendeeRequest createAttendeeRequest)
Creates a new attendee for an active Amazon Chime SDK meeting.
|
default CreateMeetingResponse |
ChimeSdkMeetingsClient.createMeeting(Consumer<CreateMeetingRequest.Builder> createMeetingRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees.
|
default CreateMeetingResponse |
ChimeSdkMeetingsClient.createMeeting(CreateMeetingRequest createMeetingRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees.
|
default CreateMeetingWithAttendeesResponse |
ChimeSdkMeetingsClient.createMeetingWithAttendees(Consumer<CreateMeetingWithAttendeesRequest.Builder> createMeetingWithAttendeesRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
default CreateMeetingWithAttendeesResponse |
ChimeSdkMeetingsClient.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
default DeleteAttendeeResponse |
ChimeSdkMeetingsClient.deleteAttendee(Consumer<DeleteAttendeeRequest.Builder> deleteAttendeeRequest)
Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
JoinToken. |
default DeleteAttendeeResponse |
ChimeSdkMeetingsClient.deleteAttendee(DeleteAttendeeRequest deleteAttendeeRequest)
Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
JoinToken. |
default DeleteMeetingResponse |
ChimeSdkMeetingsClient.deleteMeeting(Consumer<DeleteMeetingRequest.Builder> deleteMeetingRequest)
Deletes the specified Amazon Chime SDK meeting.
|
default DeleteMeetingResponse |
ChimeSdkMeetingsClient.deleteMeeting(DeleteMeetingRequest deleteMeetingRequest)
Deletes the specified Amazon Chime SDK meeting.
|
default GetAttendeeResponse |
ChimeSdkMeetingsClient.getAttendee(Consumer<GetAttendeeRequest.Builder> getAttendeeRequest)
Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID.
|
default GetAttendeeResponse |
ChimeSdkMeetingsClient.getAttendee(GetAttendeeRequest getAttendeeRequest)
Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID.
|
default GetMeetingResponse |
ChimeSdkMeetingsClient.getMeeting(Consumer<GetMeetingRequest.Builder> getMeetingRequest)
Gets the Amazon Chime SDK meeting details for the specified meeting ID.
|
default GetMeetingResponse |
ChimeSdkMeetingsClient.getMeeting(GetMeetingRequest getMeetingRequest)
Gets the Amazon Chime SDK meeting details for the specified meeting ID.
|
default ListAttendeesResponse |
ChimeSdkMeetingsClient.listAttendees(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesResponse |
ChimeSdkMeetingsClient.listAttendees(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesIterable |
ChimeSdkMeetingsClient.listAttendeesPaginator(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesIterable |
ChimeSdkMeetingsClient.listAttendeesPaginator(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default StartMeetingTranscriptionResponse |
ChimeSdkMeetingsClient.startMeetingTranscription(Consumer<StartMeetingTranscriptionRequest.Builder> startMeetingTranscriptionRequest)
Starts transcription for the specified
meetingId. |
default StartMeetingTranscriptionResponse |
ChimeSdkMeetingsClient.startMeetingTranscription(StartMeetingTranscriptionRequest startMeetingTranscriptionRequest)
Starts transcription for the specified
meetingId. |
default StopMeetingTranscriptionResponse |
ChimeSdkMeetingsClient.stopMeetingTranscription(Consumer<StopMeetingTranscriptionRequest.Builder> stopMeetingTranscriptionRequest)
Stops transcription for the specified
meetingId. |
default StopMeetingTranscriptionResponse |
ChimeSdkMeetingsClient.stopMeetingTranscription(StopMeetingTranscriptionRequest stopMeetingTranscriptionRequest)
Stops transcription for the specified
meetingId. |
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
The input parameters don't match the service's restrictions.
|
class |
ForbiddenException
The client is permanently forbidden from making the request.
|
class |
LimitExceededException
The request exceeds the resource limit.
|
class |
NotFoundException
One or more of the resources in the request does not exist in the system.
|
class |
ServiceUnavailableException
The service is currently unavailable.
|
class |
UnauthorizedException
The user isn't authorized to request a resource.
|
class |
UnprocessableEntityException
The request was well-formed but was unable to be followed due to semantic errors.
|
| Modifier and Type | Method and Description |
|---|---|
ChimeSdkMeetingsException |
ChimeSdkMeetingsException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ChimeSdkMeetingsException ex) |
Copyright © 2022. All rights reserved.