Uses of Class
software.amazon.awssdk.services.comprehend.model.StartTopicsDetectionJobRequest
-
Packages that use StartTopicsDetectionJobRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of StartTopicsDetectionJobRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type StartTopicsDetectionJobRequest Modifier and Type Method Description default CompletableFuture<StartTopicsDetectionJobResponse>ComprehendAsyncClient. startTopicsDetectionJob(StartTopicsDetectionJobRequest startTopicsDetectionJobRequest)Starts an asynchronous topic detection job.default StartTopicsDetectionJobResponseComprehendClient. startTopicsDetectionJob(StartTopicsDetectionJobRequest startTopicsDetectionJobRequest)Starts an asynchronous topic detection job. -
Uses of StartTopicsDetectionJobRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type StartTopicsDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestStartTopicsDetectionJobRequestMarshaller. marshall(StartTopicsDetectionJobRequest startTopicsDetectionJobRequest)
-