Uses of Class
software.amazon.awssdk.services.transcribe.model.UpdateCallAnalyticsCategoryResponse
-
Packages that use UpdateCallAnalyticsCategoryResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of UpdateCallAnalyticsCategoryResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return UpdateCallAnalyticsCategoryResponse Modifier and Type Method Description default UpdateCallAnalyticsCategoryResponseTranscribeClient. updateCallAnalyticsCategory(Consumer<UpdateCallAnalyticsCategoryRequest.Builder> updateCallAnalyticsCategoryRequest)Updates the specified Call Analytics category with new rules.default UpdateCallAnalyticsCategoryResponseTranscribeClient. updateCallAnalyticsCategory(UpdateCallAnalyticsCategoryRequest updateCallAnalyticsCategoryRequest)Updates the specified Call Analytics category with new rules.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type UpdateCallAnalyticsCategoryResponse Modifier and Type Method Description default CompletableFuture<UpdateCallAnalyticsCategoryResponse>TranscribeAsyncClient. updateCallAnalyticsCategory(Consumer<UpdateCallAnalyticsCategoryRequest.Builder> updateCallAnalyticsCategoryRequest)Updates the specified Call Analytics category with new rules.default CompletableFuture<UpdateCallAnalyticsCategoryResponse>TranscribeAsyncClient. updateCallAnalyticsCategory(UpdateCallAnalyticsCategoryRequest updateCallAnalyticsCategoryRequest)Updates the specified Call Analytics category with new rules.
-