| 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()
Deprecated.
|
List<Filter> |
ListGroupsRequest.getFilters()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersRequest |
ListUsersRequest.withFilters(Filter... filters)
Deprecated.
|
ListGroupsRequest |
ListGroupsRequest.withFilters(Filter... filters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersRequest.setFilters(Collection<Filter> filters)
Deprecated.
|
void |
ListGroupsRequest.setFilters(Collection<Filter> filters)
Deprecated.
|
ListUsersRequest |
ListUsersRequest.withFilters(Collection<Filter> filters)
Deprecated.
|
ListGroupsRequest |
ListGroupsRequest.withFilters(Collection<Filter> filters)
Deprecated.
|
Copyright © 2022. All rights reserved.