| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTag |
ResourceTag.clone() |
ResourceTag |
ResourceTag.withKey(String key)
The key that's associated with the tag.
|
ResourceTag |
ResourceTag.withValue(String value)
The value that's associated with the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTag> |
ListTagsForResourceResult.getResourceTags()
A list of tag key value pairs that are associated with the resource.
|
List<ResourceTag> |
CreateCostCategoryDefinitionRequest.getResourceTags()
An optional list of tags to associate with the specified
CostCategory . |
List<ResourceTag> |
TagResourceRequest.getResourceTags()
A list of tag key-value pairs to be added to the resource.
|
List<ResourceTag> |
CreateAnomalyMonitorRequest.getResourceTags()
An optional list of tags to associate with the specified
AnomalyMonitor . |
List<ResourceTag> |
CreateAnomalySubscriptionRequest.getResourceTags()
An optional list of tags to associate with the specified
AnomalySubscription . |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(ResourceTag... resourceTags)
A list of tag key value pairs that are associated with the resource.
|
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
TagResourceRequest |
TagResourceRequest.withResourceTags(ResourceTag... resourceTags)
A list of tag key-value pairs to be added to the resource.
|
CreateAnomalyMonitorRequest |
CreateAnomalyMonitorRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
AnomalyMonitor . |
CreateAnomalySubscriptionRequest |
CreateAnomalySubscriptionRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setResourceTags(Collection<ResourceTag> resourceTags)
A list of tag key value pairs that are associated with the resource.
|
void |
CreateCostCategoryDefinitionRequest.setResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
void |
TagResourceRequest.setResourceTags(Collection<ResourceTag> resourceTags)
A list of tag key-value pairs to be added to the resource.
|
void |
CreateAnomalyMonitorRequest.setResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
AnomalyMonitor . |
void |
CreateAnomalySubscriptionRequest.setResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(Collection<ResourceTag> resourceTags)
A list of tag key value pairs that are associated with the resource.
|
CreateCostCategoryDefinitionRequest |
CreateCostCategoryDefinitionRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
TagResourceRequest |
TagResourceRequest.withResourceTags(Collection<ResourceTag> resourceTags)
A list of tag key-value pairs to be added to the resource.
|
CreateAnomalyMonitorRequest |
CreateAnomalyMonitorRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
AnomalyMonitor . |
CreateAnomalySubscriptionRequest |
CreateAnomalySubscriptionRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
Copyright © 2023. All rights reserved.