| 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 BatchUpdateAttendeeCapabilitiesExceptResponse |
ChimeSdkMeetingsClient.batchUpdateAttendeeCapabilitiesExcept(BatchUpdateAttendeeCapabilitiesExceptRequest batchUpdateAttendeeCapabilitiesExceptRequest)
Updates
AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds
table. |
default BatchUpdateAttendeeCapabilitiesExceptResponse |
ChimeSdkMeetingsClient.batchUpdateAttendeeCapabilitiesExcept(Consumer<BatchUpdateAttendeeCapabilitiesExceptRequest.Builder> batchUpdateAttendeeCapabilitiesExceptRequest)
Updates
AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds
table. |
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 ListTagsForResourceResponse |
ChimeSdkMeetingsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags available for the specified resource.
|
default ListTagsForResourceResponse |
ChimeSdkMeetingsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags available for the specified resource.
|
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. |
default TagResourceResponse |
ChimeSdkMeetingsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
The resource that supports tags.
|
default TagResourceResponse |
ChimeSdkMeetingsClient.tagResource(TagResourceRequest tagResourceRequest)
The resource that supports tags.
|
default UntagResourceResponse |
ChimeSdkMeetingsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tags from the specified resources.
|
default UntagResourceResponse |
ChimeSdkMeetingsClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified resources.
|
default UpdateAttendeeCapabilitiesResponse |
ChimeSdkMeetingsClient.updateAttendeeCapabilities(Consumer<UpdateAttendeeCapabilitiesRequest.Builder> updateAttendeeCapabilitiesRequest)
The capabilities that you want to update.
|
default UpdateAttendeeCapabilitiesResponse |
ChimeSdkMeetingsClient.updateAttendeeCapabilities(UpdateAttendeeCapabilitiesRequest updateAttendeeCapabilitiesRequest)
The capabilities that you want to update.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
The input parameters don't match the service's restrictions.
|
class |
ConflictException
Multiple instances of the same request have been made simultaneously.
|
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 |
ResourceNotFoundException
The resource that you want to tag couldn't be found.
|
class |
ServiceFailureException
The service encountered an unexpected error.
|
class |
ServiceUnavailableException
The service is currently unavailable.
|
class |
ThrottlingException
The number of customer requests exceeds the request rate limit.
|
class |
TooManyTagsException
Too many tags were added to the specified resource.
|
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 © 2023. All rights reserved.