| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroupstaggingapi.model |
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
TagFilter.clone() |
TagFilter |
TagFilter.withKey(String key)
One part of a key-value pair that makes up a tag.
|
TagFilter |
TagFilter.withValues(Collection<String> values)
One part of a key-value pair that make up a tag.
|
TagFilter |
TagFilter.withValues(String... values)
One part of a key-value pair that make up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagFilter> |
GetResourcesRequest.getTagFilters()
Specifies a list of TagFilters (keys and values) to restrict the output to only those resources that have tags
with the specified keys and, if included, the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourcesRequest |
GetResourcesRequest.withTagFilters(TagFilter... tagFilters)
Specifies a list of TagFilters (keys and values) to restrict the output to only those resources that have tags
with the specified keys and, if included, the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourcesRequest.setTagFilters(Collection<TagFilter> tagFilters)
Specifies a list of TagFilters (keys and values) to restrict the output to only those resources that have tags
with the specified keys and, if included, the specified values.
|
GetResourcesRequest |
GetResourcesRequest.withTagFilters(Collection<TagFilter> tagFilters)
Specifies a list of TagFilters (keys and values) to restrict the output to only those resources that have tags
with the specified keys and, if included, the specified values.
|
Copyright © 2024. All rights reserved.