Uses of Class
software.amazon.awssdk.services.comprehend.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of Tag in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateDatasetRequest. tags()Tags for the dataset.List<Tag>CreateDocumentClassifierRequest. tags()Tags to associate with the document classifier.List<Tag>CreateEndpointRequest. tags()Tags to associate with the endpoint.List<Tag>CreateEntityRecognizerRequest. tags()Tags to associate with the entity recognizer.List<Tag>CreateFlywheelRequest. tags()The tags to associate with this flywheel.List<Tag>ImportModelRequest. tags()Tags to associate with the custom model that is created by this import.List<Tag>ListTagsForResourceResponse. tags()Tags associated with the Amazon Comprehend resource being queried.List<Tag>StartDocumentClassificationJobRequest. tags()Tags to associate with the document classification job.List<Tag>StartDominantLanguageDetectionJobRequest. tags()Tags to associate with the dominant language detection job.List<Tag>StartEntitiesDetectionJobRequest. tags()Tags to associate with the entities detection job.List<Tag>StartEventsDetectionJobRequest. tags()Tags to associate with the events detection job.List<Tag>StartKeyPhrasesDetectionJobRequest. tags()Tags to associate with the key phrases detection job.List<Tag>StartPiiEntitiesDetectionJobRequest. tags()Tags to associate with the PII entities detection job.List<Tag>StartSentimentDetectionJobRequest. tags()Tags to associate with the sentiment detection job.List<Tag>StartTargetedSentimentDetectionJobRequest. tags()Tags to associate with the targeted sentiment detection job.List<Tag>StartTopicsDetectionJobRequest. tags()Tags to associate with the topics detection job.List<Tag>TagResourceRequest. tags()Tags being associated with a specific Amazon Comprehend resource.Methods in software.amazon.awssdk.services.comprehend.model with parameters of type Tag Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Tag... tags)Tags for the dataset.CreateDocumentClassifierRequest.BuilderCreateDocumentClassifierRequest.Builder. tags(Tag... tags)Tags to associate with the document classifier.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. tags(Tag... tags)Tags to associate with the endpoint.CreateEntityRecognizerRequest.BuilderCreateEntityRecognizerRequest.Builder. tags(Tag... tags)Tags to associate with the entity recognizer.CreateFlywheelRequest.BuilderCreateFlywheelRequest.Builder. tags(Tag... tags)The tags to associate with this flywheel.ImportModelRequest.BuilderImportModelRequest.Builder. tags(Tag... tags)Tags to associate with the custom model that is created by this import.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Tags associated with the Amazon Comprehend resource being queried.StartDocumentClassificationJobRequest.BuilderStartDocumentClassificationJobRequest.Builder. tags(Tag... tags)Tags to associate with the document classification job.StartDominantLanguageDetectionJobRequest.BuilderStartDominantLanguageDetectionJobRequest.Builder. tags(Tag... tags)Tags to associate with the dominant language detection job.StartEntitiesDetectionJobRequest.BuilderStartEntitiesDetectionJobRequest.Builder. tags(Tag... tags)Tags to associate with the entities detection job.StartEventsDetectionJobRequest.BuilderStartEventsDetectionJobRequest.Builder. tags(Tag... tags)Tags to associate with the events detection job.StartKeyPhrasesDetectionJobRequest.BuilderStartKeyPhrasesDetectionJobRequest.Builder. tags(Tag... tags)Tags to associate with the key phrases detection job.StartPiiEntitiesDetectionJobRequest.BuilderStartPiiEntitiesDetectionJobRequest.Builder. tags(Tag... tags)Tags to associate with the PII entities detection job.StartSentimentDetectionJobRequest.BuilderStartSentimentDetectionJobRequest.Builder. tags(Tag... tags)Tags to associate with the sentiment detection job.StartTargetedSentimentDetectionJobRequest.BuilderStartTargetedSentimentDetectionJobRequest.Builder. tags(Tag... tags)Tags to associate with the targeted sentiment detection job.StartTopicsDetectionJobRequest.BuilderStartTopicsDetectionJobRequest.Builder. tags(Tag... tags)Tags to associate with the topics detection job.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Tags being associated with a specific Amazon Comprehend resource.Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type Tag Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Collection<Tag> tags)Tags for the dataset.CreateDocumentClassifierRequest.BuilderCreateDocumentClassifierRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the document classifier.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the endpoint.CreateEntityRecognizerRequest.BuilderCreateEntityRecognizerRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the entity recognizer.CreateFlywheelRequest.BuilderCreateFlywheelRequest.Builder. tags(Collection<Tag> tags)The tags to associate with this flywheel.ImportModelRequest.BuilderImportModelRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the custom model that is created by this import.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Tags associated with the Amazon Comprehend resource being queried.StartDocumentClassificationJobRequest.BuilderStartDocumentClassificationJobRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the document classification job.StartDominantLanguageDetectionJobRequest.BuilderStartDominantLanguageDetectionJobRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the dominant language detection job.StartEntitiesDetectionJobRequest.BuilderStartEntitiesDetectionJobRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the entities detection job.StartEventsDetectionJobRequest.BuilderStartEventsDetectionJobRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the events detection job.StartKeyPhrasesDetectionJobRequest.BuilderStartKeyPhrasesDetectionJobRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the key phrases detection job.StartPiiEntitiesDetectionJobRequest.BuilderStartPiiEntitiesDetectionJobRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the PII entities detection job.StartSentimentDetectionJobRequest.BuilderStartSentimentDetectionJobRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the sentiment detection job.StartTargetedSentimentDetectionJobRequest.BuilderStartTargetedSentimentDetectionJobRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the targeted sentiment detection job.StartTopicsDetectionJobRequest.BuilderStartTopicsDetectionJobRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the topics detection job.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Tags being associated with a specific Amazon Comprehend resource.
-