| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
TagFilter |
TagFilter.clone() |
TagFilter |
TagFilter.withKey(String key)
The tag key.
|
TagFilter |
TagFilter.withValues(Collection<String> values)
The tag values (0 to 20).
|
TagFilter |
TagFilter.withValues(String... values)
The tag values (0 to 20).
|
| Modifier and Type | Method and Description |
|---|---|
List<TagFilter> |
ApplicationSource.getTagFilters()
A set of tags (up to 50).
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationSource |
ApplicationSource.withTagFilters(TagFilter... tagFilters)
A set of tags (up to 50).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationSource.setTagFilters(Collection<TagFilter> tagFilters)
A set of tags (up to 50).
|
ApplicationSource |
ApplicationSource.withTagFilters(Collection<TagFilter> tagFilters)
A set of tags (up to 50).
|
Copyright © 2023. All rights reserved.