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