| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
One part of a key-value pair that makes up a tag.
|
Tag |
Tag.withValue(String value)
The optional part of a key-value pair that makes up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The tags to add to the resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags for the resource.
|
List<Tag> |
CreateWhatIfForecastExportRequest.getTags()
A list of tags to
apply to the what if forecast.
|
List<Tag> |
CreateWhatIfForecastRequest.getTags()
A list of tags to
apply to the what if forecast.
|
List<Tag> |
CreateWhatIfAnalysisRequest.getTags()
A list of tags to
apply to the what if forecast.
|
List<Tag> |
CreatePredictorBacktestExportJobRequest.getTags()
Optional metadata to help you categorize and organize your backtests.
|
List<Tag> |
CreatePredictorRequest.getTags()
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
List<Tag> |
CreateMonitorRequest.getTags()
A list of tags to
apply to the monitor resource.
|
List<Tag> |
CreateForecastExportJobRequest.getTags()
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
List<Tag> |
CreateForecastRequest.getTags()
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
List<Tag> |
CreateExplainabilityExportRequest.getTags()
Optional metadata to help you categorize and organize your resources.
|
List<Tag> |
CreateExplainabilityRequest.getTags()
Optional metadata to help you categorize and organize your resources.
|
List<Tag> |
CreateDatasetImportJobRequest.getTags()
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
List<Tag> |
CreateDatasetGroupRequest.getTags()
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
List<Tag> |
CreateDatasetRequest.getTags()
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
List<Tag> |
CreateAutoPredictorRequest.getTags()
Optional metadata to help you categorize and organize your predictors.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to add to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags for the resource.
|
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.withTags(Tag... tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.withTags(Tag... tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfAnalysisRequest |
CreateWhatIfAnalysisRequest.withTags(Tag... tags)
A list of tags to
apply to the what if forecast.
|
CreatePredictorBacktestExportJobRequest |
CreatePredictorBacktestExportJobRequest.withTags(Tag... tags)
Optional metadata to help you categorize and organize your backtests.
|
CreatePredictorRequest |
CreatePredictorRequest.withTags(Tag... tags)
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
CreateMonitorRequest |
CreateMonitorRequest.withTags(Tag... tags)
A list of tags to
apply to the monitor resource.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withTags(Tag... tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
CreateForecastRequest |
CreateForecastRequest.withTags(Tag... tags)
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
CreateExplainabilityExportRequest |
CreateExplainabilityExportRequest.withTags(Tag... tags)
Optional metadata to help you categorize and organize your resources.
|
CreateExplainabilityRequest |
CreateExplainabilityRequest.withTags(Tag... tags)
Optional metadata to help you categorize and organize your resources.
|
CreateDatasetImportJobRequest |
CreateDatasetImportJobRequest.withTags(Tag... tags)
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
CreateDatasetGroupRequest |
CreateDatasetGroupRequest.withTags(Tag... tags)
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
CreateDatasetRequest |
CreateDatasetRequest.withTags(Tag... tags)
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
CreateAutoPredictorRequest |
CreateAutoPredictorRequest.withTags(Tag... tags)
Optional metadata to help you categorize and organize your predictors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to add to the resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags for the resource.
|
void |
CreateWhatIfForecastExportRequest.setTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
void |
CreateWhatIfForecastRequest.setTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
void |
CreateWhatIfAnalysisRequest.setTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
void |
CreatePredictorBacktestExportJobRequest.setTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your backtests.
|
void |
CreatePredictorRequest.setTags(Collection<Tag> tags)
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
void |
CreateMonitorRequest.setTags(Collection<Tag> tags)
A list of tags to
apply to the monitor resource.
|
void |
CreateForecastExportJobRequest.setTags(Collection<Tag> tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
void |
CreateForecastRequest.setTags(Collection<Tag> tags)
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
void |
CreateExplainabilityExportRequest.setTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources.
|
void |
CreateExplainabilityRequest.setTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources.
|
void |
CreateDatasetImportJobRequest.setTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
void |
CreateDatasetGroupRequest.setTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
void |
CreateDatasetRequest.setTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
void |
CreateAutoPredictorRequest.setTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your predictors.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to add to the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags for the resource.
|
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.withTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfForecastRequest |
CreateWhatIfForecastRequest.withTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfAnalysisRequest |
CreateWhatIfAnalysisRequest.withTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
CreatePredictorBacktestExportJobRequest |
CreatePredictorBacktestExportJobRequest.withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your backtests.
|
CreatePredictorRequest |
CreatePredictorRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
CreateMonitorRequest |
CreateMonitorRequest.withTags(Collection<Tag> tags)
A list of tags to
apply to the monitor resource.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
|
CreateForecastRequest |
CreateForecastRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
CreateExplainabilityExportRequest |
CreateExplainabilityExportRequest.withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources.
|
CreateExplainabilityRequest |
CreateExplainabilityRequest.withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources.
|
CreateDatasetImportJobRequest |
CreateDatasetImportJobRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
CreateDatasetGroupRequest |
CreateDatasetGroupRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
CreateDatasetRequest |
CreateDatasetRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
CreateAutoPredictorRequest |
CreateAutoPredictorRequest.withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your predictors.
|
Copyright © 2024. All rights reserved.