Uses of Interface
software.amazon.awssdk.services.connectcontactlens.model.CategoryDetails.Builder
-
Packages that use CategoryDetails.Builder Package Description software.amazon.awssdk.services.connectcontactlens.model -
-
Uses of CategoryDetails.Builder in software.amazon.awssdk.services.connectcontactlens.model
Methods in software.amazon.awssdk.services.connectcontactlens.model that return CategoryDetails.Builder Modifier and Type Method Description static CategoryDetails.BuilderCategoryDetails. builder()CategoryDetails.BuilderCategoryDetails.Builder. pointsOfInterest(Collection<PointOfInterest> pointsOfInterest)The section of audio where the category rule was detected.CategoryDetails.BuilderCategoryDetails.Builder. pointsOfInterest(Consumer<PointOfInterest.Builder>... pointsOfInterest)The section of audio where the category rule was detected.CategoryDetails.BuilderCategoryDetails.Builder. pointsOfInterest(PointOfInterest... pointsOfInterest)The section of audio where the category rule was detected.CategoryDetails.BuilderCategoryDetails. toBuilder()Methods in software.amazon.awssdk.services.connectcontactlens.model that return types with arguments of type CategoryDetails.Builder Modifier and Type Method Description static Class<? extends CategoryDetails.Builder>CategoryDetails. serializableBuilderClass()
-