Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.StopMeetingTranscriptionResponse
-
Packages that use StopMeetingTranscriptionResponse 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 Amazon Web Services Regions for meetings, create and manage users, and send and receive meeting notifications. -
-
Uses of StopMeetingTranscriptionResponse in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that return StopMeetingTranscriptionResponse Modifier and Type Method Description default StopMeetingTranscriptionResponseChimeSdkMeetingsClient. stopMeetingTranscription(Consumer<StopMeetingTranscriptionRequest.Builder> stopMeetingTranscriptionRequest)Stops transcription for the specifiedmeetingId.default StopMeetingTranscriptionResponseChimeSdkMeetingsClient. stopMeetingTranscription(StopMeetingTranscriptionRequest stopMeetingTranscriptionRequest)Stops transcription for the specifiedmeetingId.Methods in software.amazon.awssdk.services.chimesdkmeetings that return types with arguments of type StopMeetingTranscriptionResponse Modifier and Type Method Description default CompletableFuture<StopMeetingTranscriptionResponse>ChimeSdkMeetingsAsyncClient. stopMeetingTranscription(Consumer<StopMeetingTranscriptionRequest.Builder> stopMeetingTranscriptionRequest)Stops transcription for the specifiedmeetingId.default CompletableFuture<StopMeetingTranscriptionResponse>ChimeSdkMeetingsAsyncClient. stopMeetingTranscription(StopMeetingTranscriptionRequest stopMeetingTranscriptionRequest)Stops transcription for the specifiedmeetingId.
-