Uses of Class
software.amazon.awssdk.services.personalize.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of Tag in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateBatchInferenceJobRequest. tags()A list of tags to apply to the batch inference job.List<Tag>CreateBatchSegmentJobRequest. tags()A list of tags to apply to the batch segment job.List<Tag>CreateCampaignRequest. tags()A list of tags to apply to the campaign.List<Tag>CreateDatasetExportJobRequest. tags()A list of tags to apply to the dataset export job.List<Tag>CreateDatasetGroupRequest. tags()A list of tags to apply to the dataset group.List<Tag>CreateDatasetImportJobRequest. tags()A list of tags to apply to the dataset import job.List<Tag>CreateDatasetRequest. tags()A list of tags to apply to the dataset.List<Tag>CreateEventTrackerRequest. tags()A list of tags to apply to the event tracker.List<Tag>CreateFilterRequest. tags()A list of tags to apply to the filter.List<Tag>CreateRecommenderRequest. tags()A list of tags to apply to the recommender.List<Tag>CreateSolutionRequest. tags()A list of tags to apply to the solution.List<Tag>CreateSolutionVersionRequest. tags()A list of tags to apply to the solution version.List<Tag>ListTagsForResourceResponse. tags()The resource's tags.List<Tag>TagResourceRequest. tags()Tags to apply to the resource.Methods in software.amazon.awssdk.services.personalize.model with parameters of type Tag Modifier and Type Method Description CreateBatchInferenceJobRequest.BuilderCreateBatchInferenceJobRequest.Builder. tags(Tag... tags)A list of tags to apply to the batch inference job.CreateBatchSegmentJobRequest.BuilderCreateBatchSegmentJobRequest.Builder. tags(Tag... tags)A list of tags to apply to the batch segment job.CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. tags(Tag... tags)A list of tags to apply to the campaign.CreateDatasetExportJobRequest.BuilderCreateDatasetExportJobRequest.Builder. tags(Tag... tags)A list of tags to apply to the dataset export job.CreateDatasetGroupRequest.BuilderCreateDatasetGroupRequest.Builder. tags(Tag... tags)A list of tags to apply to the dataset group.CreateDatasetImportJobRequest.BuilderCreateDatasetImportJobRequest.Builder. tags(Tag... tags)A list of tags to apply to the dataset import job.CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Tag... tags)A list of tags to apply to the dataset.CreateEventTrackerRequest.BuilderCreateEventTrackerRequest.Builder. tags(Tag... tags)A list of tags to apply to the event tracker.CreateFilterRequest.BuilderCreateFilterRequest.Builder. tags(Tag... tags)A list of tags to apply to the filter.CreateRecommenderRequest.BuilderCreateRecommenderRequest.Builder. tags(Tag... tags)A list of tags to apply to the recommender.CreateSolutionRequest.BuilderCreateSolutionRequest.Builder. tags(Tag... tags)A list of tags to apply to the solution.CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. tags(Tag... tags)A list of tags to apply to the solution version.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The resource's tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Tags to apply to the resource.Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type Tag Modifier and Type Method Description CreateBatchInferenceJobRequest.BuilderCreateBatchInferenceJobRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the batch inference job.CreateBatchSegmentJobRequest.BuilderCreateBatchSegmentJobRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the batch segment job.CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the campaign.CreateDatasetExportJobRequest.BuilderCreateDatasetExportJobRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the dataset export job.CreateDatasetGroupRequest.BuilderCreateDatasetGroupRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the dataset group.CreateDatasetImportJobRequest.BuilderCreateDatasetImportJobRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the dataset import job.CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the dataset.CreateEventTrackerRequest.BuilderCreateEventTrackerRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the event tracker.CreateFilterRequest.BuilderCreateFilterRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the filter.CreateRecommenderRequest.BuilderCreateRecommenderRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the recommender.CreateSolutionRequest.BuilderCreateSolutionRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the solution.CreateSolutionVersionRequest.BuilderCreateSolutionVersionRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the solution version.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The resource's tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Tags to apply to the resource.
-