| Package | Description |
|---|---|
| com.amazonaws.services.marketplacemetering.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)
One part of a key-value pair that makes up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
UsageAllocation.getTags()
The set of tags that define the bucket of usage.
|
| Modifier and Type | Method and Description |
|---|---|
UsageAllocation |
UsageAllocation.withTags(Tag... tags)
The set of tags that define the bucket of usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageAllocation.setTags(Collection<Tag> tags)
The set of tags that define the bucket of usage.
|
UsageAllocation |
UsageAllocation.withTags(Collection<Tag> tags)
The set of tags that define the bucket of usage.
|
Copyright © 2022. All rights reserved.