default BatchDetectDominantLanguageResponse |
ComprehendClient.batchDetectDominantLanguage(Consumer<BatchDetectDominantLanguageRequest.Builder> batchDetectDominantLanguageRequest) |
Determines the dominant language of the input text for a batch of documents.
|
default BatchDetectDominantLanguageResponse |
ComprehendClient.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest batchDetectDominantLanguageRequest) |
Determines the dominant language of the input text for a batch of documents.
|
default BatchDetectEntitiesResponse |
ComprehendClient.batchDetectEntities(Consumer<BatchDetectEntitiesRequest.Builder> batchDetectEntitiesRequest) |
Inspects the text of a batch of documents for named entities and returns information about them.
|
default BatchDetectEntitiesResponse |
ComprehendClient.batchDetectEntities(BatchDetectEntitiesRequest batchDetectEntitiesRequest) |
Inspects the text of a batch of documents for named entities and returns information about them.
|
default BatchDetectKeyPhrasesResponse |
ComprehendClient.batchDetectKeyPhrases(Consumer<BatchDetectKeyPhrasesRequest.Builder> batchDetectKeyPhrasesRequest) |
Detects the key noun phrases found in a batch of documents.
|
default BatchDetectKeyPhrasesResponse |
ComprehendClient.batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest batchDetectKeyPhrasesRequest) |
Detects the key noun phrases found in a batch of documents.
|
default BatchDetectSentimentResponse |
ComprehendClient.batchDetectSentiment(Consumer<BatchDetectSentimentRequest.Builder> batchDetectSentimentRequest) |
Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one.
|
default BatchDetectSentimentResponse |
ComprehendClient.batchDetectSentiment(BatchDetectSentimentRequest batchDetectSentimentRequest) |
Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one.
|
default BatchDetectSyntaxResponse |
ComprehendClient.batchDetectSyntax(Consumer<BatchDetectSyntaxRequest.Builder> batchDetectSyntaxRequest) |
Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and
returns information about them.
|
default BatchDetectSyntaxResponse |
ComprehendClient.batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSyntaxRequest) |
Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and
returns information about them.
|
default BatchDetectTargetedSentimentResponse |
ComprehendClient.batchDetectTargetedSentiment(Consumer<BatchDetectTargetedSentimentRequest.Builder> batchDetectTargetedSentimentRequest) |
Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.
|
default BatchDetectTargetedSentimentResponse |
ComprehendClient.batchDetectTargetedSentiment(BatchDetectTargetedSentimentRequest batchDetectTargetedSentimentRequest) |
Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.
|
default ClassifyDocumentResponse |
ComprehendClient.classifyDocument(Consumer<ClassifyDocumentRequest.Builder> classifyDocumentRequest) |
Creates a classification request to analyze a single document in real-time.
|
default ClassifyDocumentResponse |
ComprehendClient.classifyDocument(ClassifyDocumentRequest classifyDocumentRequest) |
Creates a classification request to analyze a single document in real-time.
|
default ContainsPiiEntitiesResponse |
ComprehendClient.containsPiiEntities(Consumer<ContainsPiiEntitiesRequest.Builder> containsPiiEntitiesRequest) |
Analyzes input text for the presence of personally identifiable information (PII) and returns the labels of
identified PII entity types such as name, address, bank account number, or phone number.
|
default ContainsPiiEntitiesResponse |
ComprehendClient.containsPiiEntities(ContainsPiiEntitiesRequest containsPiiEntitiesRequest) |
Analyzes input text for the presence of personally identifiable information (PII) and returns the labels of
identified PII entity types such as name, address, bank account number, or phone number.
|
default CreateDatasetResponse |
ComprehendClient.createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) |
Creates a dataset to upload training or test data for a model associated with a flywheel.
|
default CreateDatasetResponse |
ComprehendClient.createDataset(CreateDatasetRequest createDatasetRequest) |
Creates a dataset to upload training or test data for a model associated with a flywheel.
|
default CreateDocumentClassifierResponse |
ComprehendClient.createDocumentClassifier(Consumer<CreateDocumentClassifierRequest.Builder> createDocumentClassifierRequest) |
Creates a new document classifier that you can use to categorize documents.
|
default CreateDocumentClassifierResponse |
ComprehendClient.createDocumentClassifier(CreateDocumentClassifierRequest createDocumentClassifierRequest) |
Creates a new document classifier that you can use to categorize documents.
|
default CreateEndpointResponse |
ComprehendClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest) |
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
default CreateEndpointResponse |
ComprehendClient.createEndpoint(CreateEndpointRequest createEndpointRequest) |
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
default CreateEntityRecognizerResponse |
ComprehendClient.createEntityRecognizer(Consumer<CreateEntityRecognizerRequest.Builder> createEntityRecognizerRequest) |
Creates an entity recognizer using submitted files.
|
default CreateEntityRecognizerResponse |
ComprehendClient.createEntityRecognizer(CreateEntityRecognizerRequest createEntityRecognizerRequest) |
Creates an entity recognizer using submitted files.
|
default CreateFlywheelResponse |
ComprehendClient.createFlywheel(Consumer<CreateFlywheelRequest.Builder> createFlywheelRequest) |
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
default CreateFlywheelResponse |
ComprehendClient.createFlywheel(CreateFlywheelRequest createFlywheelRequest) |
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
default DeleteDocumentClassifierResponse |
ComprehendClient.deleteDocumentClassifier(Consumer<DeleteDocumentClassifierRequest.Builder> deleteDocumentClassifierRequest) |
Deletes a previously created document classifier
|
default DeleteDocumentClassifierResponse |
ComprehendClient.deleteDocumentClassifier(DeleteDocumentClassifierRequest deleteDocumentClassifierRequest) |
Deletes a previously created document classifier
|
default DeleteEndpointResponse |
ComprehendClient.deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest) |
Deletes a model-specific endpoint for a previously-trained custom model.
|
default DeleteEndpointResponse |
ComprehendClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest) |
Deletes a model-specific endpoint for a previously-trained custom model.
|
default DeleteEntityRecognizerResponse |
ComprehendClient.deleteEntityRecognizer(Consumer<DeleteEntityRecognizerRequest.Builder> deleteEntityRecognizerRequest) |
Deletes an entity recognizer.
|
default DeleteEntityRecognizerResponse |
ComprehendClient.deleteEntityRecognizer(DeleteEntityRecognizerRequest deleteEntityRecognizerRequest) |
Deletes an entity recognizer.
|
default DeleteFlywheelResponse |
ComprehendClient.deleteFlywheel(Consumer<DeleteFlywheelRequest.Builder> deleteFlywheelRequest) |
Deletes a flywheel.
|
default DeleteFlywheelResponse |
ComprehendClient.deleteFlywheel(DeleteFlywheelRequest deleteFlywheelRequest) |
Deletes a flywheel.
|
default DeleteResourcePolicyResponse |
ComprehendClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) |
Deletes a resource-based policy that is attached to a custom model.
|
default DeleteResourcePolicyResponse |
ComprehendClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) |
Deletes a resource-based policy that is attached to a custom model.
|
default DescribeDatasetResponse |
ComprehendClient.describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest) |
Returns information about the dataset that you specify.
|
default DescribeDatasetResponse |
ComprehendClient.describeDataset(DescribeDatasetRequest describeDatasetRequest) |
Returns information about the dataset that you specify.
|
default DescribeDocumentClassificationJobResponse |
ComprehendClient.describeDocumentClassificationJob(Consumer<DescribeDocumentClassificationJobRequest.Builder> describeDocumentClassificationJobRequest) |
Gets the properties associated with a document classification job.
|
default DescribeDocumentClassificationJobResponse |
ComprehendClient.describeDocumentClassificationJob(DescribeDocumentClassificationJobRequest describeDocumentClassificationJobRequest) |
Gets the properties associated with a document classification job.
|
default DescribeDocumentClassifierResponse |
ComprehendClient.describeDocumentClassifier(Consumer<DescribeDocumentClassifierRequest.Builder> describeDocumentClassifierRequest) |
Gets the properties associated with a document classifier.
|
default DescribeDocumentClassifierResponse |
ComprehendClient.describeDocumentClassifier(DescribeDocumentClassifierRequest describeDocumentClassifierRequest) |
Gets the properties associated with a document classifier.
|
default DescribeDominantLanguageDetectionJobResponse |
ComprehendClient.describeDominantLanguageDetectionJob(Consumer<DescribeDominantLanguageDetectionJobRequest.Builder> describeDominantLanguageDetectionJobRequest) |
Gets the properties associated with a dominant language detection job.
|
default DescribeDominantLanguageDetectionJobResponse |
ComprehendClient.describeDominantLanguageDetectionJob(DescribeDominantLanguageDetectionJobRequest describeDominantLanguageDetectionJobRequest) |
Gets the properties associated with a dominant language detection job.
|
default DescribeEndpointResponse |
ComprehendClient.describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest) |
Gets the properties associated with a specific endpoint.
|
default DescribeEndpointResponse |
ComprehendClient.describeEndpoint(DescribeEndpointRequest describeEndpointRequest) |
Gets the properties associated with a specific endpoint.
|
default DescribeEntitiesDetectionJobResponse |
ComprehendClient.describeEntitiesDetectionJob(Consumer<DescribeEntitiesDetectionJobRequest.Builder> describeEntitiesDetectionJobRequest) |
Gets the properties associated with an entities detection job.
|
default DescribeEntitiesDetectionJobResponse |
ComprehendClient.describeEntitiesDetectionJob(DescribeEntitiesDetectionJobRequest describeEntitiesDetectionJobRequest) |
Gets the properties associated with an entities detection job.
|
default DescribeEntityRecognizerResponse |
ComprehendClient.describeEntityRecognizer(Consumer<DescribeEntityRecognizerRequest.Builder> describeEntityRecognizerRequest) |
Provides details about an entity recognizer including status, S3 buckets containing training data, recognizer
metadata, metrics, and so on.
|
default DescribeEntityRecognizerResponse |
ComprehendClient.describeEntityRecognizer(DescribeEntityRecognizerRequest describeEntityRecognizerRequest) |
Provides details about an entity recognizer including status, S3 buckets containing training data, recognizer
metadata, metrics, and so on.
|
default DescribeEventsDetectionJobResponse |
ComprehendClient.describeEventsDetectionJob(Consumer<DescribeEventsDetectionJobRequest.Builder> describeEventsDetectionJobRequest) |
Gets the status and details of an events detection job.
|
default DescribeEventsDetectionJobResponse |
ComprehendClient.describeEventsDetectionJob(DescribeEventsDetectionJobRequest describeEventsDetectionJobRequest) |
Gets the status and details of an events detection job.
|
default DescribeFlywheelResponse |
ComprehendClient.describeFlywheel(Consumer<DescribeFlywheelRequest.Builder> describeFlywheelRequest) |
Provides configuration information about the flywheel.
|
default DescribeFlywheelResponse |
ComprehendClient.describeFlywheel(DescribeFlywheelRequest describeFlywheelRequest) |
Provides configuration information about the flywheel.
|
default DescribeFlywheelIterationResponse |
ComprehendClient.describeFlywheelIteration(Consumer<DescribeFlywheelIterationRequest.Builder> describeFlywheelIterationRequest) |
Retrieve the configuration properties of a flywheel iteration.
|
default DescribeFlywheelIterationResponse |
ComprehendClient.describeFlywheelIteration(DescribeFlywheelIterationRequest describeFlywheelIterationRequest) |
Retrieve the configuration properties of a flywheel iteration.
|
default DescribeKeyPhrasesDetectionJobResponse |
ComprehendClient.describeKeyPhrasesDetectionJob(Consumer<DescribeKeyPhrasesDetectionJobRequest.Builder> describeKeyPhrasesDetectionJobRequest) |
Gets the properties associated with a key phrases detection job.
|
default DescribeKeyPhrasesDetectionJobResponse |
ComprehendClient.describeKeyPhrasesDetectionJob(DescribeKeyPhrasesDetectionJobRequest describeKeyPhrasesDetectionJobRequest) |
Gets the properties associated with a key phrases detection job.
|
default DescribePiiEntitiesDetectionJobResponse |
ComprehendClient.describePiiEntitiesDetectionJob(Consumer<DescribePiiEntitiesDetectionJobRequest.Builder> describePiiEntitiesDetectionJobRequest) |
Gets the properties associated with a PII entities detection job.
|
default DescribePiiEntitiesDetectionJobResponse |
ComprehendClient.describePiiEntitiesDetectionJob(DescribePiiEntitiesDetectionJobRequest describePiiEntitiesDetectionJobRequest) |
Gets the properties associated with a PII entities detection job.
|
default DescribeResourcePolicyResponse |
ComprehendClient.describeResourcePolicy(Consumer<DescribeResourcePolicyRequest.Builder> describeResourcePolicyRequest) |
Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the
policy.
|
default DescribeResourcePolicyResponse |
ComprehendClient.describeResourcePolicy(DescribeResourcePolicyRequest describeResourcePolicyRequest) |
Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the
policy.
|
default DescribeSentimentDetectionJobResponse |
ComprehendClient.describeSentimentDetectionJob(Consumer<DescribeSentimentDetectionJobRequest.Builder> describeSentimentDetectionJobRequest) |
Gets the properties associated with a sentiment detection job.
|
default DescribeSentimentDetectionJobResponse |
ComprehendClient.describeSentimentDetectionJob(DescribeSentimentDetectionJobRequest describeSentimentDetectionJobRequest) |
Gets the properties associated with a sentiment detection job.
|
default DescribeTargetedSentimentDetectionJobResponse |
ComprehendClient.describeTargetedSentimentDetectionJob(Consumer<DescribeTargetedSentimentDetectionJobRequest.Builder> describeTargetedSentimentDetectionJobRequest) |
Gets the properties associated with a targeted sentiment detection job.
|
default DescribeTargetedSentimentDetectionJobResponse |
ComprehendClient.describeTargetedSentimentDetectionJob(DescribeTargetedSentimentDetectionJobRequest describeTargetedSentimentDetectionJobRequest) |
Gets the properties associated with a targeted sentiment detection job.
|
default DescribeTopicsDetectionJobResponse |
ComprehendClient.describeTopicsDetectionJob(Consumer<DescribeTopicsDetectionJobRequest.Builder> describeTopicsDetectionJobRequest) |
Gets the properties associated with a topic detection job.
|
default DescribeTopicsDetectionJobResponse |
ComprehendClient.describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest describeTopicsDetectionJobRequest) |
Gets the properties associated with a topic detection job.
|
default DetectDominantLanguageResponse |
ComprehendClient.detectDominantLanguage(Consumer<DetectDominantLanguageRequest.Builder> detectDominantLanguageRequest) |
Determines the dominant language of the input text.
|
default DetectDominantLanguageResponse |
ComprehendClient.detectDominantLanguage(DetectDominantLanguageRequest detectDominantLanguageRequest) |
Determines the dominant language of the input text.
|
default DetectEntitiesResponse |
ComprehendClient.detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest) |
Detects named entities in input text when you use the pre-trained model.
|
default DetectEntitiesResponse |
ComprehendClient.detectEntities(DetectEntitiesRequest detectEntitiesRequest) |
Detects named entities in input text when you use the pre-trained model.
|
default DetectKeyPhrasesResponse |
ComprehendClient.detectKeyPhrases(Consumer<DetectKeyPhrasesRequest.Builder> detectKeyPhrasesRequest) |
Detects the key noun phrases found in the text.
|
default DetectKeyPhrasesResponse |
ComprehendClient.detectKeyPhrases(DetectKeyPhrasesRequest detectKeyPhrasesRequest) |
Detects the key noun phrases found in the text.
|
default DetectPiiEntitiesResponse |
ComprehendClient.detectPiiEntities(Consumer<DetectPiiEntitiesRequest.Builder> detectPiiEntitiesRequest) |
Inspects the input text for entities that contain personally identifiable information (PII) and returns
information about them.
|
default DetectPiiEntitiesResponse |
ComprehendClient.detectPiiEntities(DetectPiiEntitiesRequest detectPiiEntitiesRequest) |
Inspects the input text for entities that contain personally identifiable information (PII) and returns
information about them.
|
default DetectSentimentResponse |
ComprehendClient.detectSentiment(Consumer<DetectSentimentRequest.Builder> detectSentimentRequest) |
Inspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL,
MIXED, or NEGATIVE).
|
default DetectSentimentResponse |
ComprehendClient.detectSentiment(DetectSentimentRequest detectSentimentRequest) |
Inspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL,
MIXED, or NEGATIVE).
|
default DetectSyntaxResponse |
ComprehendClient.detectSyntax(Consumer<DetectSyntaxRequest.Builder> detectSyntaxRequest) |
Inspects text for syntax and the part of speech of words in the document.
|
default DetectSyntaxResponse |
ComprehendClient.detectSyntax(DetectSyntaxRequest detectSyntaxRequest) |
Inspects text for syntax and the part of speech of words in the document.
|
default DetectTargetedSentimentResponse |
ComprehendClient.detectTargetedSentiment(Consumer<DetectTargetedSentimentRequest.Builder> detectTargetedSentimentRequest) |
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
|
default DetectTargetedSentimentResponse |
ComprehendClient.detectTargetedSentiment(DetectTargetedSentimentRequest detectTargetedSentimentRequest) |
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
|
default DetectToxicContentResponse |
ComprehendClient.detectToxicContent(Consumer<DetectToxicContentRequest.Builder> detectToxicContentRequest) |
Performs toxicity analysis on the list of text strings that you provide as input.
|
default DetectToxicContentResponse |
ComprehendClient.detectToxicContent(DetectToxicContentRequest detectToxicContentRequest) |
Performs toxicity analysis on the list of text strings that you provide as input.
|
default ImportModelResponse |
ComprehendClient.importModel(Consumer<ImportModelRequest.Builder> importModelRequest) |
Creates a new custom model that replicates a source custom model that you import.
|
default ImportModelResponse |
ComprehendClient.importModel(ImportModelRequest importModelRequest) |
Creates a new custom model that replicates a source custom model that you import.
|
default ListDatasetsResponse |
ComprehendClient.listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) |
List the datasets that you have configured in this Region.
|
default ListDatasetsResponse |
ComprehendClient.listDatasets(ListDatasetsRequest listDatasetsRequest) |
List the datasets that you have configured in this Region.
|
default ListDatasetsIterable |
ComprehendClient.listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) |
|
default ListDatasetsIterable |
ComprehendClient.listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest) |
|
default ListDocumentClassificationJobsResponse |
ComprehendClient.listDocumentClassificationJobs() |
Gets a list of the documentation classification jobs that you have submitted.
|
default ListDocumentClassificationJobsResponse |
ComprehendClient.listDocumentClassificationJobs(Consumer<ListDocumentClassificationJobsRequest.Builder> listDocumentClassificationJobsRequest) |
Gets a list of the documentation classification jobs that you have submitted.
|
default ListDocumentClassificationJobsResponse |
ComprehendClient.listDocumentClassificationJobs(ListDocumentClassificationJobsRequest listDocumentClassificationJobsRequest) |
Gets a list of the documentation classification jobs that you have submitted.
|
default ListDocumentClassificationJobsIterable |
ComprehendClient.listDocumentClassificationJobsPaginator() |
|
default ListDocumentClassificationJobsIterable |
ComprehendClient.listDocumentClassificationJobsPaginator(Consumer<ListDocumentClassificationJobsRequest.Builder> listDocumentClassificationJobsRequest) |
|
default ListDocumentClassificationJobsIterable |
ComprehendClient.listDocumentClassificationJobsPaginator(ListDocumentClassificationJobsRequest listDocumentClassificationJobsRequest) |
|
default ListDocumentClassifiersResponse |
ComprehendClient.listDocumentClassifiers() |
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersResponse |
ComprehendClient.listDocumentClassifiers(Consumer<ListDocumentClassifiersRequest.Builder> listDocumentClassifiersRequest) |
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersResponse |
ComprehendClient.listDocumentClassifiers(ListDocumentClassifiersRequest listDocumentClassifiersRequest) |
Gets a list of the document classifiers that you have created.
|
default ListDocumentClassifiersIterable |
ComprehendClient.listDocumentClassifiersPaginator() |
|
default ListDocumentClassifiersIterable |
ComprehendClient.listDocumentClassifiersPaginator(Consumer<ListDocumentClassifiersRequest.Builder> listDocumentClassifiersRequest) |
|
default ListDocumentClassifiersIterable |
ComprehendClient.listDocumentClassifiersPaginator(ListDocumentClassifiersRequest listDocumentClassifiersRequest) |
|
default ListDocumentClassifierSummariesResponse |
ComprehendClient.listDocumentClassifierSummaries(Consumer<ListDocumentClassifierSummariesRequest.Builder> listDocumentClassifierSummariesRequest) |
Gets a list of summaries of the document classifiers that you have created
|
default ListDocumentClassifierSummariesResponse |
ComprehendClient.listDocumentClassifierSummaries(ListDocumentClassifierSummariesRequest listDocumentClassifierSummariesRequest) |
Gets a list of summaries of the document classifiers that you have created
|
default ListDocumentClassifierSummariesIterable |
ComprehendClient.listDocumentClassifierSummariesPaginator(Consumer<ListDocumentClassifierSummariesRequest.Builder> listDocumentClassifierSummariesRequest) |
|
default ListDocumentClassifierSummariesIterable |
ComprehendClient.listDocumentClassifierSummariesPaginator(ListDocumentClassifierSummariesRequest listDocumentClassifierSummariesRequest) |
|
default ListDominantLanguageDetectionJobsResponse |
ComprehendClient.listDominantLanguageDetectionJobs() |
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsResponse |
ComprehendClient.listDominantLanguageDetectionJobs(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> listDominantLanguageDetectionJobsRequest) |
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsResponse |
ComprehendClient.listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest) |
Gets a list of the dominant language detection jobs that you have submitted.
|
default ListDominantLanguageDetectionJobsIterable |
ComprehendClient.listDominantLanguageDetectionJobsPaginator() |
|
default ListDominantLanguageDetectionJobsIterable |
ComprehendClient.listDominantLanguageDetectionJobsPaginator(Consumer<ListDominantLanguageDetectionJobsRequest.Builder> listDominantLanguageDetectionJobsRequest) |
|
default ListDominantLanguageDetectionJobsIterable |
ComprehendClient.listDominantLanguageDetectionJobsPaginator(ListDominantLanguageDetectionJobsRequest listDominantLanguageDetectionJobsRequest) |
|
default ListEndpointsResponse |
ComprehendClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest) |
Gets a list of all existing endpoints that you've created.
|
default ListEndpointsResponse |
ComprehendClient.listEndpoints(ListEndpointsRequest listEndpointsRequest) |
Gets a list of all existing endpoints that you've created.
|
default ListEndpointsIterable |
ComprehendClient.listEndpointsPaginator(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest) |
|
default ListEndpointsIterable |
ComprehendClient.listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest) |
|
default ListEntitiesDetectionJobsResponse |
ComprehendClient.listEntitiesDetectionJobs() |
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsResponse |
ComprehendClient.listEntitiesDetectionJobs(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest) |
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsResponse |
ComprehendClient.listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest) |
Gets a list of the entity detection jobs that you have submitted.
|
default ListEntitiesDetectionJobsIterable |
ComprehendClient.listEntitiesDetectionJobsPaginator() |
|
default ListEntitiesDetectionJobsIterable |
ComprehendClient.listEntitiesDetectionJobsPaginator(Consumer<ListEntitiesDetectionJobsRequest.Builder> listEntitiesDetectionJobsRequest) |
|
default ListEntitiesDetectionJobsIterable |
ComprehendClient.listEntitiesDetectionJobsPaginator(ListEntitiesDetectionJobsRequest listEntitiesDetectionJobsRequest) |
|
default ListEntityRecognizersResponse |
ComprehendClient.listEntityRecognizers() |
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersResponse |
ComprehendClient.listEntityRecognizers(Consumer<ListEntityRecognizersRequest.Builder> listEntityRecognizersRequest) |
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersResponse |
ComprehendClient.listEntityRecognizers(ListEntityRecognizersRequest listEntityRecognizersRequest) |
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in
training.
|
default ListEntityRecognizersIterable |
ComprehendClient.listEntityRecognizersPaginator() |
|
default ListEntityRecognizersIterable |
ComprehendClient.listEntityRecognizersPaginator(Consumer<ListEntityRecognizersRequest.Builder> listEntityRecognizersRequest) |
|
default ListEntityRecognizersIterable |
ComprehendClient.listEntityRecognizersPaginator(ListEntityRecognizersRequest listEntityRecognizersRequest) |
|
default ListEntityRecognizerSummariesResponse |
ComprehendClient.listEntityRecognizerSummaries(Consumer<ListEntityRecognizerSummariesRequest.Builder> listEntityRecognizerSummariesRequest) |
Gets a list of summaries for the entity recognizers that you have created.
|
default ListEntityRecognizerSummariesResponse |
ComprehendClient.listEntityRecognizerSummaries(ListEntityRecognizerSummariesRequest listEntityRecognizerSummariesRequest) |
Gets a list of summaries for the entity recognizers that you have created.
|
default ListEntityRecognizerSummariesIterable |
ComprehendClient.listEntityRecognizerSummariesPaginator(Consumer<ListEntityRecognizerSummariesRequest.Builder> listEntityRecognizerSummariesRequest) |
|
default ListEntityRecognizerSummariesIterable |
ComprehendClient.listEntityRecognizerSummariesPaginator(ListEntityRecognizerSummariesRequest listEntityRecognizerSummariesRequest) |
|
default ListEventsDetectionJobsResponse |
ComprehendClient.listEventsDetectionJobs(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest) |
Gets a list of the events detection jobs that you have submitted.
|
default ListEventsDetectionJobsResponse |
ComprehendClient.listEventsDetectionJobs(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest) |
Gets a list of the events detection jobs that you have submitted.
|
default ListEventsDetectionJobsIterable |
ComprehendClient.listEventsDetectionJobsPaginator(Consumer<ListEventsDetectionJobsRequest.Builder> listEventsDetectionJobsRequest) |
|
default ListEventsDetectionJobsIterable |
ComprehendClient.listEventsDetectionJobsPaginator(ListEventsDetectionJobsRequest listEventsDetectionJobsRequest) |
|
default ListFlywheelIterationHistoryResponse |
ComprehendClient.listFlywheelIterationHistory(Consumer<ListFlywheelIterationHistoryRequest.Builder> listFlywheelIterationHistoryRequest) |
Information about the history of a flywheel iteration.
|
default ListFlywheelIterationHistoryResponse |
ComprehendClient.listFlywheelIterationHistory(ListFlywheelIterationHistoryRequest listFlywheelIterationHistoryRequest) |
Information about the history of a flywheel iteration.
|
default ListFlywheelIterationHistoryIterable |
ComprehendClient.listFlywheelIterationHistoryPaginator(Consumer<ListFlywheelIterationHistoryRequest.Builder> listFlywheelIterationHistoryRequest) |
|
default ListFlywheelIterationHistoryIterable |
ComprehendClient.listFlywheelIterationHistoryPaginator(ListFlywheelIterationHistoryRequest listFlywheelIterationHistoryRequest) |
|
default ListFlywheelsResponse |
ComprehendClient.listFlywheels(Consumer<ListFlywheelsRequest.Builder> listFlywheelsRequest) |
Gets a list of the flywheels that you have created.
|
default ListFlywheelsResponse |
ComprehendClient.listFlywheels(ListFlywheelsRequest listFlywheelsRequest) |
Gets a list of the flywheels that you have created.
|
default ListFlywheelsIterable |
ComprehendClient.listFlywheelsPaginator(Consumer<ListFlywheelsRequest.Builder> listFlywheelsRequest) |
|
default ListFlywheelsIterable |
ComprehendClient.listFlywheelsPaginator(ListFlywheelsRequest listFlywheelsRequest) |
|
default ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs() |
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest) |
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsResponse |
ComprehendClient.listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest) |
Get a list of key phrase detection jobs that you have submitted.
|
default ListKeyPhrasesDetectionJobsIterable |
ComprehendClient.listKeyPhrasesDetectionJobsPaginator() |
|
default ListKeyPhrasesDetectionJobsIterable |
ComprehendClient.listKeyPhrasesDetectionJobsPaginator(Consumer<ListKeyPhrasesDetectionJobsRequest.Builder> listKeyPhrasesDetectionJobsRequest) |
|
default ListKeyPhrasesDetectionJobsIterable |
ComprehendClient.listKeyPhrasesDetectionJobsPaginator(ListKeyPhrasesDetectionJobsRequest listKeyPhrasesDetectionJobsRequest) |
|
default ListPiiEntitiesDetectionJobsResponse |
ComprehendClient.listPiiEntitiesDetectionJobs(Consumer<ListPiiEntitiesDetectionJobsRequest.Builder> listPiiEntitiesDetectionJobsRequest) |
Gets a list of the PII entity detection jobs that you have submitted.
|
default ListPiiEntitiesDetectionJobsResponse |
ComprehendClient.listPiiEntitiesDetectionJobs(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest) |
Gets a list of the PII entity detection jobs that you have submitted.
|
default ListPiiEntitiesDetectionJobsIterable |
ComprehendClient.listPiiEntitiesDetectionJobsPaginator(Consumer<ListPiiEntitiesDetectionJobsRequest.Builder> listPiiEntitiesDetectionJobsRequest) |
|
default ListPiiEntitiesDetectionJobsIterable |
ComprehendClient.listPiiEntitiesDetectionJobsPaginator(ListPiiEntitiesDetectionJobsRequest listPiiEntitiesDetectionJobsRequest) |
|
default ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs() |
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest) |
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsResponse |
ComprehendClient.listSentimentDetectionJobs(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest) |
Gets a list of sentiment detection jobs that you have submitted.
|
default ListSentimentDetectionJobsIterable |
ComprehendClient.listSentimentDetectionJobsPaginator() |
|
default ListSentimentDetectionJobsIterable |
ComprehendClient.listSentimentDetectionJobsPaginator(Consumer<ListSentimentDetectionJobsRequest.Builder> listSentimentDetectionJobsRequest) |
|
default ListSentimentDetectionJobsIterable |
ComprehendClient.listSentimentDetectionJobsPaginator(ListSentimentDetectionJobsRequest listSentimentDetectionJobsRequest) |
|
default ListTagsForResourceResponse |
ComprehendClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Lists all tags associated with a given Amazon Comprehend resource.
|
default ListTagsForResourceResponse |
ComprehendClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Lists all tags associated with a given Amazon Comprehend resource.
|
default ListTargetedSentimentDetectionJobsResponse |
ComprehendClient.listTargetedSentimentDetectionJobs(Consumer<ListTargetedSentimentDetectionJobsRequest.Builder> listTargetedSentimentDetectionJobsRequest) |
Gets a list of targeted sentiment detection jobs that you have submitted.
|
default ListTargetedSentimentDetectionJobsResponse |
ComprehendClient.listTargetedSentimentDetectionJobs(ListTargetedSentimentDetectionJobsRequest listTargetedSentimentDetectionJobsRequest) |
Gets a list of targeted sentiment detection jobs that you have submitted.
|
default ListTargetedSentimentDetectionJobsIterable |
ComprehendClient.listTargetedSentimentDetectionJobsPaginator(Consumer<ListTargetedSentimentDetectionJobsRequest.Builder> listTargetedSentimentDetectionJobsRequest) |
|
default ListTargetedSentimentDetectionJobsIterable |
ComprehendClient.listTargetedSentimentDetectionJobsPaginator(ListTargetedSentimentDetectionJobsRequest listTargetedSentimentDetectionJobsRequest) |
|
default ListTopicsDetectionJobsResponse |
ComprehendClient.listTopicsDetectionJobs() |
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsResponse |
ComprehendClient.listTopicsDetectionJobs(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest) |
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsResponse |
ComprehendClient.listTopicsDetectionJobs(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest) |
Gets a list of the topic detection jobs that you have submitted.
|
default ListTopicsDetectionJobsIterable |
ComprehendClient.listTopicsDetectionJobsPaginator() |
|
default ListTopicsDetectionJobsIterable |
ComprehendClient.listTopicsDetectionJobsPaginator(Consumer<ListTopicsDetectionJobsRequest.Builder> listTopicsDetectionJobsRequest) |
|
default ListTopicsDetectionJobsIterable |
ComprehendClient.listTopicsDetectionJobsPaginator(ListTopicsDetectionJobsRequest listTopicsDetectionJobsRequest) |
|
default PutResourcePolicyResponse |
ComprehendClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) |
Attaches a resource-based policy to a custom model.
|
default PutResourcePolicyResponse |
ComprehendClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) |
Attaches a resource-based policy to a custom model.
|
default StartDocumentClassificationJobResponse |
ComprehendClient.startDocumentClassificationJob(Consumer<StartDocumentClassificationJobRequest.Builder> startDocumentClassificationJobRequest) |
Starts an asynchronous document classification job using a custom classification model.
|
default StartDocumentClassificationJobResponse |
ComprehendClient.startDocumentClassificationJob(StartDocumentClassificationJobRequest startDocumentClassificationJobRequest) |
Starts an asynchronous document classification job using a custom classification model.
|
default StartDominantLanguageDetectionJobResponse |
ComprehendClient.startDominantLanguageDetectionJob(Consumer<StartDominantLanguageDetectionJobRequest.Builder> startDominantLanguageDetectionJobRequest) |
Starts an asynchronous dominant language detection job for a collection of documents.
|
default StartDominantLanguageDetectionJobResponse |
ComprehendClient.startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest startDominantLanguageDetectionJobRequest) |
Starts an asynchronous dominant language detection job for a collection of documents.
|
default StartEntitiesDetectionJobResponse |
ComprehendClient.startEntitiesDetectionJob(Consumer<StartEntitiesDetectionJobRequest.Builder> startEntitiesDetectionJobRequest) |
Starts an asynchronous entity detection job for a collection of documents.
|
default StartEntitiesDetectionJobResponse |
ComprehendClient.startEntitiesDetectionJob(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest) |
Starts an asynchronous entity detection job for a collection of documents.
|
default StartEventsDetectionJobResponse |
ComprehendClient.startEventsDetectionJob(Consumer<StartEventsDetectionJobRequest.Builder> startEventsDetectionJobRequest) |
Starts an asynchronous event detection job for a collection of documents.
|
default StartEventsDetectionJobResponse |
ComprehendClient.startEventsDetectionJob(StartEventsDetectionJobRequest startEventsDetectionJobRequest) |
Starts an asynchronous event detection job for a collection of documents.
|
default StartFlywheelIterationResponse |
ComprehendClient.startFlywheelIteration(Consumer<StartFlywheelIterationRequest.Builder> startFlywheelIterationRequest) |
Start the flywheel iteration.This operation uses any new datasets to train a new model version.
|
default StartFlywheelIterationResponse |
ComprehendClient.startFlywheelIteration(StartFlywheelIterationRequest startFlywheelIterationRequest) |
Start the flywheel iteration.This operation uses any new datasets to train a new model version.
|
default StartKeyPhrasesDetectionJobResponse |
ComprehendClient.startKeyPhrasesDetectionJob(Consumer<StartKeyPhrasesDetectionJobRequest.Builder> startKeyPhrasesDetectionJobRequest) |
Starts an asynchronous key phrase detection job for a collection of documents.
|
default StartKeyPhrasesDetectionJobResponse |
ComprehendClient.startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest startKeyPhrasesDetectionJobRequest) |
Starts an asynchronous key phrase detection job for a collection of documents.
|
default StartPiiEntitiesDetectionJobResponse |
ComprehendClient.startPiiEntitiesDetectionJob(Consumer<StartPiiEntitiesDetectionJobRequest.Builder> startPiiEntitiesDetectionJobRequest) |
Starts an asynchronous PII entity detection job for a collection of documents.
|
default StartPiiEntitiesDetectionJobResponse |
ComprehendClient.startPiiEntitiesDetectionJob(StartPiiEntitiesDetectionJobRequest startPiiEntitiesDetectionJobRequest) |
Starts an asynchronous PII entity detection job for a collection of documents.
|
default StartSentimentDetectionJobResponse |
ComprehendClient.startSentimentDetectionJob(Consumer<StartSentimentDetectionJobRequest.Builder> startSentimentDetectionJobRequest) |
Starts an asynchronous sentiment detection job for a collection of documents.
|
default StartSentimentDetectionJobResponse |
ComprehendClient.startSentimentDetectionJob(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest) |
Starts an asynchronous sentiment detection job for a collection of documents.
|
default StartTargetedSentimentDetectionJobResponse |
ComprehendClient.startTargetedSentimentDetectionJob(Consumer<StartTargetedSentimentDetectionJobRequest.Builder> startTargetedSentimentDetectionJobRequest) |
Starts an asynchronous targeted sentiment detection job for a collection of documents.
|
default StartTargetedSentimentDetectionJobResponse |
ComprehendClient.startTargetedSentimentDetectionJob(StartTargetedSentimentDetectionJobRequest startTargetedSentimentDetectionJobRequest) |
Starts an asynchronous targeted sentiment detection job for a collection of documents.
|
default StartTopicsDetectionJobResponse |
ComprehendClient.startTopicsDetectionJob(Consumer<StartTopicsDetectionJobRequest.Builder> startTopicsDetectionJobRequest) |
Starts an asynchronous topic detection job.
|
default StartTopicsDetectionJobResponse |
ComprehendClient.startTopicsDetectionJob(StartTopicsDetectionJobRequest startTopicsDetectionJobRequest) |
Starts an asynchronous topic detection job.
|
default StopDominantLanguageDetectionJobResponse |
ComprehendClient.stopDominantLanguageDetectionJob(Consumer<StopDominantLanguageDetectionJobRequest.Builder> stopDominantLanguageDetectionJobRequest) |
Stops a dominant language detection job in progress.
|
default StopDominantLanguageDetectionJobResponse |
ComprehendClient.stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest stopDominantLanguageDetectionJobRequest) |
Stops a dominant language detection job in progress.
|
default StopEntitiesDetectionJobResponse |
ComprehendClient.stopEntitiesDetectionJob(Consumer<StopEntitiesDetectionJobRequest.Builder> stopEntitiesDetectionJobRequest) |
Stops an entities detection job in progress.
|
default StopEntitiesDetectionJobResponse |
ComprehendClient.stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest stopEntitiesDetectionJobRequest) |
Stops an entities detection job in progress.
|
default StopEventsDetectionJobResponse |
ComprehendClient.stopEventsDetectionJob(Consumer<StopEventsDetectionJobRequest.Builder> stopEventsDetectionJobRequest) |
Stops an events detection job in progress.
|
default StopEventsDetectionJobResponse |
ComprehendClient.stopEventsDetectionJob(StopEventsDetectionJobRequest stopEventsDetectionJobRequest) |
Stops an events detection job in progress.
|
default StopKeyPhrasesDetectionJobResponse |
ComprehendClient.stopKeyPhrasesDetectionJob(Consumer<StopKeyPhrasesDetectionJobRequest.Builder> stopKeyPhrasesDetectionJobRequest) |
Stops a key phrases detection job in progress.
|
default StopKeyPhrasesDetectionJobResponse |
ComprehendClient.stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest stopKeyPhrasesDetectionJobRequest) |
Stops a key phrases detection job in progress.
|
default StopPiiEntitiesDetectionJobResponse |
ComprehendClient.stopPiiEntitiesDetectionJob(Consumer<StopPiiEntitiesDetectionJobRequest.Builder> stopPiiEntitiesDetectionJobRequest) |
Stops a PII entities detection job in progress.
|
default StopPiiEntitiesDetectionJobResponse |
ComprehendClient.stopPiiEntitiesDetectionJob(StopPiiEntitiesDetectionJobRequest stopPiiEntitiesDetectionJobRequest) |
Stops a PII entities detection job in progress.
|
default StopSentimentDetectionJobResponse |
ComprehendClient.stopSentimentDetectionJob(Consumer<StopSentimentDetectionJobRequest.Builder> stopSentimentDetectionJobRequest) |
Stops a sentiment detection job in progress.
|
default StopSentimentDetectionJobResponse |
ComprehendClient.stopSentimentDetectionJob(StopSentimentDetectionJobRequest stopSentimentDetectionJobRequest) |
Stops a sentiment detection job in progress.
|
default StopTargetedSentimentDetectionJobResponse |
ComprehendClient.stopTargetedSentimentDetectionJob(Consumer<StopTargetedSentimentDetectionJobRequest.Builder> stopTargetedSentimentDetectionJobRequest) |
Stops a targeted sentiment detection job in progress.
|
default StopTargetedSentimentDetectionJobResponse |
ComprehendClient.stopTargetedSentimentDetectionJob(StopTargetedSentimentDetectionJobRequest stopTargetedSentimentDetectionJobRequest) |
Stops a targeted sentiment detection job in progress.
|
default StopTrainingDocumentClassifierResponse |
ComprehendClient.stopTrainingDocumentClassifier(Consumer<StopTrainingDocumentClassifierRequest.Builder> stopTrainingDocumentClassifierRequest) |
Stops a document classifier training job while in progress.
|
default StopTrainingDocumentClassifierResponse |
ComprehendClient.stopTrainingDocumentClassifier(StopTrainingDocumentClassifierRequest stopTrainingDocumentClassifierRequest) |
Stops a document classifier training job while in progress.
|
default StopTrainingEntityRecognizerResponse |
ComprehendClient.stopTrainingEntityRecognizer(Consumer<StopTrainingEntityRecognizerRequest.Builder> stopTrainingEntityRecognizerRequest) |
Stops an entity recognizer training job while in progress.
|
default StopTrainingEntityRecognizerResponse |
ComprehendClient.stopTrainingEntityRecognizer(StopTrainingEntityRecognizerRequest stopTrainingEntityRecognizerRequest) |
Stops an entity recognizer training job while in progress.
|
default TagResourceResponse |
ComprehendClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associates a specific tag with an Amazon Comprehend resource.
|
default TagResourceResponse |
ComprehendClient.tagResource(TagResourceRequest tagResourceRequest) |
Associates a specific tag with an Amazon Comprehend resource.
|
default UntagResourceResponse |
ComprehendClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes a specific tag associated with an Amazon Comprehend resource.
|
default UntagResourceResponse |
ComprehendClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes a specific tag associated with an Amazon Comprehend resource.
|
default UpdateEndpointResponse |
ComprehendClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest) |
Updates information about the specified endpoint.
|
default UpdateEndpointResponse |
ComprehendClient.updateEndpoint(UpdateEndpointRequest updateEndpointRequest) |
Updates information about the specified endpoint.
|
default UpdateFlywheelResponse |
ComprehendClient.updateFlywheel(Consumer<UpdateFlywheelRequest.Builder> updateFlywheelRequest) |
Update the configuration information for an existing flywheel.
|
default UpdateFlywheelResponse |
ComprehendClient.updateFlywheel(UpdateFlywheelRequest updateFlywheelRequest) |
Update the configuration information for an existing flywheel.
|