| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTag> |
CreateAnomalySubscriptionRequest.resourceTags()
An optional list of tags to associate with the specified
AnomalySubscription . |
List<ResourceTag> |
ListTagsForResourceResponse.resourceTags()
A list of tag key value pairs that are associated with the resource.
|
List<ResourceTag> |
CreateCostCategoryDefinitionRequest.resourceTags()
An optional list of tags to associate with the specified
CostCategory . |
List<ResourceTag> |
TagResourceRequest.resourceTags()
A list of tag key-value pairs to be added to the resource.
|
List<ResourceTag> |
CreateAnomalyMonitorRequest.resourceTags()
An optional list of tags to associate with the specified
AnomalyMonitor . |
| Modifier and Type | Method and Description |
|---|---|
CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.Builder.resourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.resourceTags(ResourceTag... resourceTags)
A list of tag key value pairs that are associated with the resource.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.resourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
TagResourceRequest.Builder |
TagResourceRequest.Builder.resourceTags(ResourceTag... resourceTags)
A list of tag key-value pairs to be added to the resource.
|
CreateAnomalyMonitorRequest.Builder |
CreateAnomalyMonitorRequest.Builder.resourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
AnomalyMonitor . |
| Modifier and Type | Method and Description |
|---|---|
CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.Builder.resourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.resourceTags(Collection<ResourceTag> resourceTags)
A list of tag key value pairs that are associated with the resource.
|
CreateCostCategoryDefinitionRequest.Builder |
CreateCostCategoryDefinitionRequest.Builder.resourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
CostCategory . |
TagResourceRequest.Builder |
TagResourceRequest.Builder.resourceTags(Collection<ResourceTag> resourceTags)
A list of tag key-value pairs to be added to the resource.
|
CreateAnomalyMonitorRequest.Builder |
CreateAnomalyMonitorRequest.Builder.resourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
AnomalyMonitor . |
Copyright © 2023. All rights reserved.