| Package | Description |
|---|---|
| com.amazonaws.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
SearchFilter |
SearchFilter.clone() |
SearchFilter |
SearchFilter.withAttribute(String attribute)
The result attribute to which the filter values are applied.
|
SearchFilter |
SearchFilter.withOperator(String operator)
The operator to apply to the
Attribute with each of the Values. |
SearchFilter |
SearchFilter.withValues(Collection<String> values)
The list of values applied to the
Attribute and Operator attributes. |
SearchFilter |
SearchFilter.withValues(String... values)
The list of values applied to the
Attribute and Operator attributes. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchFilter> |
ListPlatformBranchesRequest.getFilters()
Criteria for restricting the resulting list of platform branches.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlatformBranchesRequest |
ListPlatformBranchesRequest.withFilters(SearchFilter... filters)
Criteria for restricting the resulting list of platform branches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlatformBranchesRequest.setFilters(Collection<SearchFilter> filters)
Criteria for restricting the resulting list of platform branches.
|
ListPlatformBranchesRequest |
ListPlatformBranchesRequest.withFilters(Collection<SearchFilter> filters)
Criteria for restricting the resulting list of platform branches.
|
Copyright © 2023. All rights reserved.