| Package | Description |
|---|---|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withAttributePath(String attributePath)
The attribute path that is used to specify which attribute name to search.
|
Filter |
Filter.withAttributeValue(String attributeValue)
Represents the data for an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ListUsersRequest.getFilters()
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
List<Filter> |
ListGroupsRequest.getFilters()
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersRequest |
ListUsersRequest.withFilters(Filter... filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
ListGroupsRequest |
ListGroupsRequest.withFilters(Filter... filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersRequest.setFilters(Collection<Filter> filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
void |
ListGroupsRequest.setFilters(Collection<Filter> filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
ListUsersRequest |
ListUsersRequest.withFilters(Collection<Filter> filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
ListGroupsRequest |
ListGroupsRequest.withFilters(Collection<Filter> filters)
A list of
Filter objects, which is used in the ListUsers and ListGroups
request. |
Copyright © 2022. All rights reserved.