| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
ListResourcesFilters |
ListResourcesFilters.clone() |
ListResourcesFilters |
ListResourcesRequest.getFilters()
Limit the resource search results based on the filter criteria.
|
ListResourcesFilters |
ListResourcesFilters.withNamePrefix(String namePrefix)
Filters only resource that start with the entered name prefix .
|
ListResourcesFilters |
ListResourcesFilters.withPrimaryEmailPrefix(String primaryEmailPrefix)
Filters only resource with the provided primary email prefix.
|
ListResourcesFilters |
ListResourcesFilters.withState(EntityState state)
Filters only resource with the provided state.
|
ListResourcesFilters |
ListResourcesFilters.withState(String state)
Filters only resource with the provided state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesRequest.setFilters(ListResourcesFilters filters)
Limit the resource search results based on the filter criteria.
|
ListResourcesRequest |
ListResourcesRequest.withFilters(ListResourcesFilters filters)
Limit the resource search results based on the filter criteria.
|
Copyright © 2023. All rights reserved.