| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
PoolFilter |
PoolFilter.clone() |
PoolFilter |
PoolFilter.withName(PoolFilterName name)
The name of the attribute to filter on.
|
PoolFilter |
PoolFilter.withName(String name)
The name of the attribute to filter on.
|
PoolFilter |
PoolFilter.withValues(Collection<String> values)
An array values to filter for.
|
PoolFilter |
PoolFilter.withValues(String... values)
An array values to filter for.
|
| Modifier and Type | Method and Description |
|---|---|
List<PoolFilter> |
DescribePoolsRequest.getFilters()
An array of PoolFilter objects to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePoolsRequest |
DescribePoolsRequest.withFilters(PoolFilter... filters)
An array of PoolFilter objects to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePoolsRequest.setFilters(Collection<PoolFilter> filters)
An array of PoolFilter objects to filter the results.
|
DescribePoolsRequest |
DescribePoolsRequest.withFilters(Collection<PoolFilter> filters)
An array of PoolFilter objects to filter the results.
|
Copyright © 2023. All rights reserved.