| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
CategoryProperties |
UpdateCallAnalyticsCategoryResponse.categoryProperties()
The attributes describing the analytics category.
|
CategoryProperties |
CreateCallAnalyticsCategoryResponse.categoryProperties()
The rules and associated metadata used to create a category.
|
CategoryProperties |
GetCallAnalyticsCategoryResponse.categoryProperties()
The rules you've defined for a category.
|
| Modifier and Type | Method and Description |
|---|---|
List<CategoryProperties> |
ListCallAnalyticsCategoriesResponse.categories()
A list of objects containing information about analytics categories.
|
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsCategoriesResponse.Builder |
ListCallAnalyticsCategoriesResponse.Builder.categories(CategoryProperties... categories)
A list of objects containing information about analytics categories.
|
UpdateCallAnalyticsCategoryResponse.Builder |
UpdateCallAnalyticsCategoryResponse.Builder.categoryProperties(CategoryProperties categoryProperties)
The attributes describing the analytics category.
|
CreateCallAnalyticsCategoryResponse.Builder |
CreateCallAnalyticsCategoryResponse.Builder.categoryProperties(CategoryProperties categoryProperties)
The rules and associated metadata used to create a category.
|
GetCallAnalyticsCategoryResponse.Builder |
GetCallAnalyticsCategoryResponse.Builder.categoryProperties(CategoryProperties categoryProperties)
The rules you've defined for a category.
|
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsCategoriesResponse.Builder |
ListCallAnalyticsCategoriesResponse.Builder.categories(Collection<CategoryProperties> categories)
A list of objects containing information about analytics categories.
|
Copyright © 2021. All rights reserved.