| 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> |
CreateDatasetImportJobRequest.getTags()
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to add to the resource.
|
List<Tag> |
CreateDatasetGroupRequest.getTags()
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
List<Tag> |
CreatePredictorRequest.getTags()
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
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> |
CreateDatasetRequest.getTags()
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetImportJobRequest |
CreateDatasetImportJobRequest.withTags(Tag... tags)
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to add to the resource.
|
CreateDatasetGroupRequest |
CreateDatasetGroupRequest.withTags(Tag... tags)
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
CreatePredictorRequest |
CreatePredictorRequest.withTags(Tag... tags)
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
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.
|
CreateDatasetRequest |
CreateDatasetRequest.withTags(Tag... tags)
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to add to the resource.
|
void |
CreateDatasetGroupRequest.setTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
void |
CreatePredictorRequest.setTags(Collection<Tag> tags)
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
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 |
CreateDatasetRequest.setTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags for the resource.
|
CreateDatasetImportJobRequest |
CreateDatasetImportJobRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to add to the resource.
|
CreateDatasetGroupRequest |
CreateDatasetGroupRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset group to help you categorize and organize them.
|
CreatePredictorRequest |
CreatePredictorRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the predictor to help you categorize and organize them.
|
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.
|
CreateDatasetRequest |
CreateDatasetRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the dataset to help you categorize and organize them.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags for the resource.
|
Copyright © 2020. All rights reserved.