Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model | |
com.amazonaws.services.applicationdiscovery.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TagFilter> |
DescribeTagsRequest.filters
You can filter the list using a key-value format.
|
Modifier and Type | Method and Description |
---|---|
TagFilter |
TagFilter.clone() |
TagFilter |
TagFilter.withName(java.lang.String name)
A name of a tag filter.
|
TagFilter |
TagFilter.withValues(java.util.Collection<java.lang.String> values)
Values of a tag filter.
|
TagFilter |
TagFilter.withValues(java.lang.String... values)
Values of a tag filter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TagFilter> |
DescribeTagsRequest.getFilters()
You can filter the list using a key-value format.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsRequest |
DescribeTagsRequest.withFilters(TagFilter... filters)
You can filter the list using a key-value format.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTagsRequest.setFilters(java.util.Collection<TagFilter> filters)
You can filter the list using a key-value format.
|
DescribeTagsRequest |
DescribeTagsRequest.withFilters(java.util.Collection<TagFilter> filters)
You can filter the list using a key-value format.
|
Modifier and Type | Method and Description |
---|---|
TagFilter |
TagFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagFilterJsonMarshaller.marshall(TagFilter tagFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|