Uses of Interface
software.amazon.awssdk.services.comprehend.model.StopEventsDetectionJobRequest.Builder
-
Packages that use StopEventsDetectionJobRequest.Builder 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.model -
-
Uses of StopEventsDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend
Method parameters in software.amazon.awssdk.services.comprehend with type arguments of type StopEventsDetectionJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StopEventsDetectionJobResponse>ComprehendAsyncClient. stopEventsDetectionJob(Consumer<StopEventsDetectionJobRequest.Builder> stopEventsDetectionJobRequest)Stops an events detection job in progress.default StopEventsDetectionJobResponseComprehendClient. stopEventsDetectionJob(Consumer<StopEventsDetectionJobRequest.Builder> stopEventsDetectionJobRequest)Stops an events detection job in progress. -
Uses of StopEventsDetectionJobRequest.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return StopEventsDetectionJobRequest.Builder Modifier and Type Method Description static StopEventsDetectionJobRequest.BuilderStopEventsDetectionJobRequest. builder()StopEventsDetectionJobRequest.BuilderStopEventsDetectionJobRequest.Builder. jobId(String jobId)The identifier of the events detection job to stop.StopEventsDetectionJobRequest.BuilderStopEventsDetectionJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopEventsDetectionJobRequest.BuilderStopEventsDetectionJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopEventsDetectionJobRequest.BuilderStopEventsDetectionJobRequest. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type StopEventsDetectionJobRequest.Builder Modifier and Type Method Description static Class<? extends StopEventsDetectionJobRequest.Builder>StopEventsDetectionJobRequest. serializableBuilderClass()
-