Uses of Interface
software.amazon.awssdk.services.transcribe.model.UpdateCallAnalyticsCategoryResponse.Builder
-
Packages that use UpdateCallAnalyticsCategoryResponse.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of UpdateCallAnalyticsCategoryResponse.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return UpdateCallAnalyticsCategoryResponse.Builder Modifier and Type Method Description static UpdateCallAnalyticsCategoryResponse.BuilderUpdateCallAnalyticsCategoryResponse. builder()default UpdateCallAnalyticsCategoryResponse.BuilderUpdateCallAnalyticsCategoryResponse.Builder. categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)Provides you with the properties of the Call Analytics category you specified in yourUpdateCallAnalyticsCategoryrequest.UpdateCallAnalyticsCategoryResponse.BuilderUpdateCallAnalyticsCategoryResponse.Builder. categoryProperties(CategoryProperties categoryProperties)Provides you with the properties of the Call Analytics category you specified in yourUpdateCallAnalyticsCategoryrequest.UpdateCallAnalyticsCategoryResponse.BuilderUpdateCallAnalyticsCategoryResponse. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type UpdateCallAnalyticsCategoryResponse.Builder Modifier and Type Method Description static Class<? extends UpdateCallAnalyticsCategoryResponse.Builder>UpdateCallAnalyticsCategoryResponse. serializableBuilderClass()
-