@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonChimeSDKMeetingsAsync extends AbstractAmazonChimeSDKMeetings implements AmazonChimeSDKMeetingsAsync
AmazonChimeSDKMeetingsAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
batchCreateAttendee, batchUpdateAttendeeCapabilitiesExcept, createAttendee, createMeeting, createMeetingWithAttendees, deleteAttendee, deleteMeeting, getAttendee, getCachedResponseMetadata, getMeeting, listAttendees, shutdown, startMeetingTranscription, stopMeetingTranscription, updateAttendeeCapabilities
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
batchCreateAttendee, batchUpdateAttendeeCapabilitiesExcept, createAttendee, createMeeting, createMeetingWithAttendees, deleteAttendee, deleteMeeting, getAttendee, getCachedResponseMetadata, getMeeting, listAttendees, shutdown, startMeetingTranscription, stopMeetingTranscription, updateAttendeeCapabilities
public Future<BatchCreateAttendeeResult> batchCreateAttendeeAsync(BatchCreateAttendeeRequest request)
AmazonChimeSDKMeetingsAsync
Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
batchCreateAttendeeAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<BatchCreateAttendeeResult> batchCreateAttendeeAsync(BatchCreateAttendeeRequest request, AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
batchCreateAttendeeAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchUpdateAttendeeCapabilitiesExceptResult> batchUpdateAttendeeCapabilitiesExceptAsync(BatchUpdateAttendeeCapabilitiesExceptRequest request)
AmazonChimeSDKMeetingsAsync
Updates AttendeeCapabilities
except the capabilities listed in an ExcludedAttendeeIds
table.
batchUpdateAttendeeCapabilitiesExceptAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<BatchUpdateAttendeeCapabilitiesExceptResult> batchUpdateAttendeeCapabilitiesExceptAsync(BatchUpdateAttendeeCapabilitiesExceptRequest request, AsyncHandler<BatchUpdateAttendeeCapabilitiesExceptRequest,BatchUpdateAttendeeCapabilitiesExceptResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Updates AttendeeCapabilities
except the capabilities listed in an ExcludedAttendeeIds
table.
batchUpdateAttendeeCapabilitiesExceptAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAttendeeResult> createAttendeeAsync(CreateAttendeeRequest request)
AmazonChimeSDKMeetingsAsync
Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createAttendeeAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<CreateAttendeeResult> createAttendeeAsync(CreateAttendeeRequest request, AsyncHandler<CreateAttendeeRequest,CreateAttendeeResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createAttendeeAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMeetingResult> createMeetingAsync(CreateMeetingRequest request)
AmazonChimeSDKMeetingsAsync
Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createMeetingAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<CreateMeetingResult> createMeetingAsync(CreateMeetingRequest request, AsyncHandler<CreateMeetingRequest,CreateMeetingResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createMeetingAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMeetingWithAttendeesResult> createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request)
AmazonChimeSDKMeetingsAsync
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createMeetingWithAttendeesAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<CreateMeetingWithAttendeesResult> createMeetingWithAttendeesAsync(CreateMeetingWithAttendeesRequest request, AsyncHandler<CreateMeetingWithAttendeesRequest,CreateMeetingWithAttendeesResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
createMeetingWithAttendeesAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAttendeeResult> deleteAttendeeAsync(DeleteAttendeeRequest request)
AmazonChimeSDKMeetingsAsync
Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken
.
Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the
Amazon Chime SDK, see Using the Amazon
Chime SDK in the Amazon Chime Developer Guide.
deleteAttendeeAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<DeleteAttendeeResult> deleteAttendeeAsync(DeleteAttendeeRequest request, AsyncHandler<DeleteAttendeeRequest,DeleteAttendeeResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken
.
Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the
Amazon Chime SDK, see Using the Amazon
Chime SDK in the Amazon Chime Developer Guide.
deleteAttendeeAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteMeetingResult> deleteMeetingAsync(DeleteMeetingRequest request)
AmazonChimeSDKMeetingsAsync
Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
deleteMeetingAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<DeleteMeetingResult> deleteMeetingAsync(DeleteMeetingRequest request, AsyncHandler<DeleteMeetingRequest,DeleteMeetingResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
deleteMeetingAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAttendeeResult> getAttendeeAsync(GetAttendeeRequest request)
AmazonChimeSDKMeetingsAsync
Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
getAttendeeAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<GetAttendeeResult> getAttendeeAsync(GetAttendeeRequest request, AsyncHandler<GetAttendeeRequest,GetAttendeeResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
getAttendeeAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMeetingResult> getMeetingAsync(GetMeetingRequest request)
AmazonChimeSDKMeetingsAsync
Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
getMeetingAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<GetMeetingResult> getMeetingAsync(GetMeetingRequest request, AsyncHandler<GetMeetingRequest,GetMeetingResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
getMeetingAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAttendeesResult> listAttendeesAsync(ListAttendeesRequest request)
AmazonChimeSDKMeetingsAsync
Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
listAttendeesAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<ListAttendeesResult> listAttendeesAsync(ListAttendeesRequest request, AsyncHandler<ListAttendeesRequest,ListAttendeesResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
listAttendeesAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartMeetingTranscriptionResult> startMeetingTranscriptionAsync(StartMeetingTranscriptionRequest request)
AmazonChimeSDKMeetingsAsync
Starts transcription for the specified meetingId
.
startMeetingTranscriptionAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<StartMeetingTranscriptionResult> startMeetingTranscriptionAsync(StartMeetingTranscriptionRequest request, AsyncHandler<StartMeetingTranscriptionRequest,StartMeetingTranscriptionResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Starts transcription for the specified meetingId
.
startMeetingTranscriptionAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopMeetingTranscriptionResult> stopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest request)
AmazonChimeSDKMeetingsAsync
Stops transcription for the specified meetingId
.
stopMeetingTranscriptionAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<StopMeetingTranscriptionResult> stopMeetingTranscriptionAsync(StopMeetingTranscriptionRequest request, AsyncHandler<StopMeetingTranscriptionRequest,StopMeetingTranscriptionResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
Stops transcription for the specified meetingId
.
stopMeetingTranscriptionAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateAttendeeCapabilitiesResult> updateAttendeeCapabilitiesAsync(UpdateAttendeeCapabilitiesRequest request)
AmazonChimeSDKMeetingsAsync
The capabilties that you want to update.
updateAttendeeCapabilitiesAsync
in interface AmazonChimeSDKMeetingsAsync
public Future<UpdateAttendeeCapabilitiesResult> updateAttendeeCapabilitiesAsync(UpdateAttendeeCapabilitiesRequest request, AsyncHandler<UpdateAttendeeCapabilitiesRequest,UpdateAttendeeCapabilitiesResult> asyncHandler)
AmazonChimeSDKMeetingsAsync
The capabilties that you want to update.
updateAttendeeCapabilitiesAsync
in interface AmazonChimeSDKMeetingsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.