Uses of Interface
software.amazon.awssdk.services.transcribe.model.CreateCallAnalyticsCategoryResponse.Builder
-
Packages that use CreateCallAnalyticsCategoryResponse.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of CreateCallAnalyticsCategoryResponse.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return CreateCallAnalyticsCategoryResponse.Builder Modifier and Type Method Description static CreateCallAnalyticsCategoryResponse.BuilderCreateCallAnalyticsCategoryResponse. builder()default CreateCallAnalyticsCategoryResponse.BuilderCreateCallAnalyticsCategoryResponse.Builder. categoryProperties(Consumer<CategoryProperties.Builder> categoryProperties)Provides you with the properties of your new category, including its associated rules.CreateCallAnalyticsCategoryResponse.BuilderCreateCallAnalyticsCategoryResponse.Builder. categoryProperties(CategoryProperties categoryProperties)Provides you with the properties of your new category, including its associated rules.CreateCallAnalyticsCategoryResponse.BuilderCreateCallAnalyticsCategoryResponse. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type CreateCallAnalyticsCategoryResponse.Builder Modifier and Type Method Description static Class<? extends CreateCallAnalyticsCategoryResponse.Builder>CreateCallAnalyticsCategoryResponse. serializableBuilderClass()
-