| Package | Description |
|---|---|
| com.amazonaws.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceFilter |
ResourceFilter.clone() |
ResourceFilter |
ResourceFilter.withName(ResourceFilterName name)
The name of the filter.
|
ResourceFilter |
ResourceFilter.withName(String name)
The name of the filter.
|
ResourceFilter |
ResourceFilter.withValues(Collection<String> values)
One or more filter values.
|
ResourceFilter |
ResourceFilter.withValues(String... values)
One or more filter values.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceFilter> |
ListGroupResourcesRequest.getFilters()
Filters, formatted as ResourceFilter objects, that you want to apply to a
ListGroupResources
operation. |
| Modifier and Type | Method and Description |
|---|---|
ListGroupResourcesRequest |
ListGroupResourcesRequest.withFilters(ResourceFilter... filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a
ListGroupResources
operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupResourcesRequest.setFilters(Collection<ResourceFilter> filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a
ListGroupResources
operation. |
ListGroupResourcesRequest |
ListGroupResourcesRequest.withFilters(Collection<ResourceFilter> filters)
Filters, formatted as ResourceFilter objects, that you want to apply to a
ListGroupResources
operation. |
Copyright © 2025. All rights reserved.