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