Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Filter> |
DescribeTagsRequest.filters
A filter used to scope the tags to return.
|
Modifier and Type | Method and Description |
---|---|
Filter |
Filter.clone() |
Filter |
Filter.withName(java.lang.String name)
The name of the filter.
|
Filter |
Filter.withValues(java.util.Collection<java.lang.String> values)
The value of the filter.
|
Filter |
Filter.withValues(java.lang.String... values)
The value of the filter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Filter> |
DescribeTagsRequest.getFilters()
A filter used to scope the tags to return.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsRequest |
DescribeTagsRequest.withFilters(Filter... filters)
A filter used to scope the tags to return.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTagsRequest.setFilters(java.util.Collection<Filter> filters)
A filter used to scope the tags to return.
|
DescribeTagsRequest |
DescribeTagsRequest.withFilters(java.util.Collection<Filter> filters)
A filter used to scope the tags to return.
|
Modifier and Type | Method and Description |
---|---|
Filter |
FilterStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |