| Package | Description |
|---|---|
| com.amazonaws.services.budgets.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> |
TagResourceRequest.getResourceTags()
The tags associated with the resource.
|
List<ResourceTag> |
ListTagsForResourceResult.getResourceTags()
The tags associated with the resource.
|
List<ResourceTag> |
CreateBudgetActionRequest.getResourceTags()
An optional list of tags to associate with the specified budget action.
|
List<ResourceTag> |
CreateBudgetRequest.getResourceTags()
An optional list of tags to associate with the specified budget.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withResourceTags(ResourceTag... resourceTags)
The tags associated with the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(ResourceTag... resourceTags)
The tags associated with the resource.
|
CreateBudgetActionRequest |
CreateBudgetActionRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified budget action.
|
CreateBudgetRequest |
CreateBudgetRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified budget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setResourceTags(Collection<ResourceTag> resourceTags)
The tags associated with the resource.
|
void |
ListTagsForResourceResult.setResourceTags(Collection<ResourceTag> resourceTags)
The tags associated with the resource.
|
void |
CreateBudgetActionRequest.setResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified budget action.
|
void |
CreateBudgetRequest.setResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified budget.
|
TagResourceRequest |
TagResourceRequest.withResourceTags(Collection<ResourceTag> resourceTags)
The tags associated with the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTags(Collection<ResourceTag> resourceTags)
The tags associated with the resource.
|
CreateBudgetActionRequest |
CreateBudgetActionRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified budget action.
|
CreateBudgetRequest |
CreateBudgetRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified budget.
|
Copyright © 2024. All rights reserved.