| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Tag key.
|
Tag |
Tag.withValue(String value)
Tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateDataSetRequest.getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
|
List<Tag> |
CreateTemplateRequest.getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
List<Tag> |
TagResourceRequest.getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
List<Tag> |
CreateDashboardRequest.getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
List<Tag> |
CreateDataSourceRequest.getTags()
Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDataSetRequest |
CreateDataSetRequest.withTags(Tag... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
|
CreateTemplateRequest |
CreateTemplateRequest.withTags(Tag... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
CreateDashboardRequest |
CreateDashboardRequest.withTags(Tag... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
CreateDataSourceRequest |
CreateDataSourceRequest.withTags(Tag... tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataSetRequest.setTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
|
void |
CreateTemplateRequest.setTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
void |
CreateDashboardRequest.setTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
void |
CreateDataSourceRequest.setTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
|
CreateDataSetRequest |
CreateDataSetRequest.withTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the dataset.
|
CreateTemplateRequest |
CreateTemplateRequest.withTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
CreateDashboardRequest |
CreateDashboardRequest.withTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
|
CreateDataSourceRequest |
CreateDataSourceRequest.withTags(Collection<Tag> tags)
Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
|
Copyright © 2019. All rights reserved.