Uses of Interface
software.amazon.awssdk.services.comprehend.model.DetectToxicContentResponse.Builder
-
Packages that use DetectToxicContentResponse.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DetectToxicContentResponse.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DetectToxicContentResponse.Builder Modifier and Type Method Description static DetectToxicContentResponse.BuilderDetectToxicContentResponse. builder()DetectToxicContentResponse.BuilderDetectToxicContentResponse.Builder. resultList(Collection<ToxicLabels> resultList)Results of the content moderation analysis.DetectToxicContentResponse.BuilderDetectToxicContentResponse.Builder. resultList(Consumer<ToxicLabels.Builder>... resultList)Results of the content moderation analysis.DetectToxicContentResponse.BuilderDetectToxicContentResponse.Builder. resultList(ToxicLabels... resultList)Results of the content moderation analysis.DetectToxicContentResponse.BuilderDetectToxicContentResponse. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DetectToxicContentResponse.Builder Modifier and Type Method Description static Class<? extends DetectToxicContentResponse.Builder>DetectToxicContentResponse. serializableBuilderClass()
-