Uses of Class
software.amazon.awssdk.services.forecast.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of Tag in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateAutoPredictorRequest. tags()Optional metadata to help you categorize and organize your predictors.List<Tag>CreateDatasetGroupRequest. tags()The optional metadata that you apply to the dataset group to help you categorize and organize them.List<Tag>CreateDatasetImportJobRequest. tags()The optional metadata that you apply to the dataset import job to help you categorize and organize them.List<Tag>CreateDatasetRequest. tags()The optional metadata that you apply to the dataset to help you categorize and organize them.List<Tag>CreateExplainabilityExportRequest. tags()Optional metadata to help you categorize and organize your resources.List<Tag>CreateExplainabilityRequest. tags()Optional metadata to help you categorize and organize your resources.List<Tag>CreateForecastExportJobRequest. tags()The optional metadata that you apply to the forecast export job to help you categorize and organize them.List<Tag>CreateForecastRequest. tags()The optional metadata that you apply to the forecast to help you categorize and organize them.List<Tag>CreateMonitorRequest. tags()A list of tags to apply to the monitor resource.List<Tag>CreatePredictorBacktestExportJobRequest. tags()Optional metadata to help you categorize and organize your backtests.List<Tag>CreatePredictorRequest. tags()The optional metadata that you apply to the predictor to help you categorize and organize them.List<Tag>CreateWhatIfAnalysisRequest. tags()A list of tags to apply to the what if forecast.List<Tag>CreateWhatIfForecastExportRequest. tags()A list of tags to apply to the what if forecast.List<Tag>CreateWhatIfForecastRequest. tags()A list of tags to apply to the what if forecast.List<Tag>ListTagsForResourceResponse. tags()The tags for the resource.List<Tag>TagResourceRequest. tags()The tags to add to the resource.Methods in software.amazon.awssdk.services.forecast.model with parameters of type Tag Modifier and Type Method Description CreateAutoPredictorRequest.BuilderCreateAutoPredictorRequest.Builder. tags(Tag... tags)Optional metadata to help you categorize and organize your predictors.CreateDatasetGroupRequest.BuilderCreateDatasetGroupRequest.Builder. tags(Tag... tags)The optional metadata that you apply to the dataset group to help you categorize and organize them.CreateDatasetImportJobRequest.BuilderCreateDatasetImportJobRequest.Builder. tags(Tag... tags)The optional metadata that you apply to the dataset import job to help you categorize and organize them.CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Tag... tags)The optional metadata that you apply to the dataset to help you categorize and organize them.CreateExplainabilityExportRequest.BuilderCreateExplainabilityExportRequest.Builder. tags(Tag... tags)Optional metadata to help you categorize and organize your resources.CreateExplainabilityRequest.BuilderCreateExplainabilityRequest.Builder. tags(Tag... tags)Optional metadata to help you categorize and organize your resources.CreateForecastExportJobRequest.BuilderCreateForecastExportJobRequest.Builder. tags(Tag... tags)The optional metadata that you apply to the forecast export job to help you categorize and organize them.CreateForecastRequest.BuilderCreateForecastRequest.Builder. tags(Tag... tags)The optional metadata that you apply to the forecast to help you categorize and organize them.CreateMonitorRequest.BuilderCreateMonitorRequest.Builder. tags(Tag... tags)A list of tags to apply to the monitor resource.CreatePredictorBacktestExportJobRequest.BuilderCreatePredictorBacktestExportJobRequest.Builder. tags(Tag... tags)Optional metadata to help you categorize and organize your backtests.CreatePredictorRequest.BuilderCreatePredictorRequest.Builder. tags(Tag... tags)The optional metadata that you apply to the predictor to help you categorize and organize them.CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. tags(Tag... tags)A list of tags to apply to the what if forecast.CreateWhatIfForecastExportRequest.BuilderCreateWhatIfForecastExportRequest.Builder. tags(Tag... tags)A list of tags to apply to the what if forecast.CreateWhatIfForecastRequest.BuilderCreateWhatIfForecastRequest.Builder. tags(Tag... tags)A list of tags to apply to the what if forecast.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags for the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to add to the resource.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type Tag Modifier and Type Method Description CreateAutoPredictorRequest.BuilderCreateAutoPredictorRequest.Builder. tags(Collection<Tag> tags)Optional metadata to help you categorize and organize your predictors.CreateDatasetGroupRequest.BuilderCreateDatasetGroupRequest.Builder. tags(Collection<Tag> tags)The optional metadata that you apply to the dataset group to help you categorize and organize them.CreateDatasetImportJobRequest.BuilderCreateDatasetImportJobRequest.Builder. tags(Collection<Tag> tags)The optional metadata that you apply to the dataset import job to help you categorize and organize them.CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Collection<Tag> tags)The optional metadata that you apply to the dataset to help you categorize and organize them.CreateExplainabilityExportRequest.BuilderCreateExplainabilityExportRequest.Builder. tags(Collection<Tag> tags)Optional metadata to help you categorize and organize your resources.CreateExplainabilityRequest.BuilderCreateExplainabilityRequest.Builder. tags(Collection<Tag> tags)Optional metadata to help you categorize and organize your resources.CreateForecastExportJobRequest.BuilderCreateForecastExportJobRequest.Builder. tags(Collection<Tag> tags)The optional metadata that you apply to the forecast export job to help you categorize and organize them.CreateForecastRequest.BuilderCreateForecastRequest.Builder. tags(Collection<Tag> tags)The optional metadata that you apply to the forecast to help you categorize and organize them.CreateMonitorRequest.BuilderCreateMonitorRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the monitor resource.CreatePredictorBacktestExportJobRequest.BuilderCreatePredictorBacktestExportJobRequest.Builder. tags(Collection<Tag> tags)Optional metadata to help you categorize and organize your backtests.CreatePredictorRequest.BuilderCreatePredictorRequest.Builder. tags(Collection<Tag> tags)The optional metadata that you apply to the predictor to help you categorize and organize them.CreateWhatIfAnalysisRequest.BuilderCreateWhatIfAnalysisRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the what if forecast.CreateWhatIfForecastExportRequest.BuilderCreateWhatIfForecastExportRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the what if forecast.CreateWhatIfForecastRequest.BuilderCreateWhatIfForecastRequest.Builder. tags(Collection<Tag> tags)A list of tags to apply to the what if forecast.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags for the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to add to the resource.
-