| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
TagSearchCondition |
TagSearchCondition.clone() |
TagSearchCondition |
ResourceTagsSearchCriteria.getTagSearchCondition()
The search criteria to be used to return tags.
|
TagSearchCondition |
TagSearchCondition.withTagKey(String tagKey)
The tag key used in the tag search condition.
|
TagSearchCondition |
TagSearchCondition.withTagKeyComparisonType(String tagKeyComparisonType)
The type of comparison to be made when evaluating the tag key in tag search condition.
|
TagSearchCondition |
TagSearchCondition.withTagKeyComparisonType(StringComparisonType tagKeyComparisonType)
The type of comparison to be made when evaluating the tag key in tag search condition.
|
TagSearchCondition |
TagSearchCondition.withTagValue(String tagValue)
The tag value used in the tag search condition.
|
TagSearchCondition |
TagSearchCondition.withTagValueComparisonType(String tagValueComparisonType)
The type of comparison to be made when evaluating the tag value in tag search condition.
|
TagSearchCondition |
TagSearchCondition.withTagValueComparisonType(StringComparisonType tagValueComparisonType)
The type of comparison to be made when evaluating the tag value in tag search condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceTagsSearchCriteria.setTagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
|
ResourceTagsSearchCriteria |
ResourceTagsSearchCriteria.withTagSearchCondition(TagSearchCondition tagSearchCondition)
The search criteria to be used to return tags.
|
Copyright © 2024. All rights reserved.