| 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)
The optional part of a key-value pair that make up a tag.
|
TagFilter |
TagFilter.withValues(String... values)
The optional part of a key-value pair that make up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagFilter> |
GetResourcesRequest.getTagFilters()
A list of TagFilters (keys and values).
|
| Modifier and Type | Method and Description |
|---|---|
GetResourcesRequest |
GetResourcesRequest.withTagFilters(TagFilter... tagFilters)
A list of TagFilters (keys and values).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourcesRequest.setTagFilters(Collection<TagFilter> tagFilters)
A list of TagFilters (keys and values).
|
GetResourcesRequest |
GetResourcesRequest.withTagFilters(Collection<TagFilter> tagFilters)
A list of TagFilters (keys and values).
|
Copyright © 2020. All rights reserved.