| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.clone() |
PredefinedAttributeSearchCriteria |
SearchPredefinedAttributesRequest.getSearchCriteria()
The search criteria to be used to return predefined attributes.
|
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.withAndConditions(Collection<PredefinedAttributeSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.withAndConditions(PredefinedAttributeSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.withOrConditions(Collection<PredefinedAttributeSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.withOrConditions(PredefinedAttributeSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.withStringCondition(StringCondition stringCondition) |
| Modifier and Type | Method and Description |
|---|---|
List<PredefinedAttributeSearchCriteria> |
PredefinedAttributeSearchCriteria.getAndConditions()
A list of conditions which would be applied together with an
AND condition. |
List<PredefinedAttributeSearchCriteria> |
PredefinedAttributeSearchCriteria.getOrConditions()
A list of conditions which would be applied together with an
OR condition. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPredefinedAttributesRequest.setSearchCriteria(PredefinedAttributeSearchCriteria searchCriteria)
The search criteria to be used to return predefined attributes.
|
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.withAndConditions(PredefinedAttributeSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.withOrConditions(PredefinedAttributeSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
SearchPredefinedAttributesRequest |
SearchPredefinedAttributesRequest.withSearchCriteria(PredefinedAttributeSearchCriteria searchCriteria)
The search criteria to be used to return predefined attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedAttributeSearchCriteria.setAndConditions(Collection<PredefinedAttributeSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
void |
PredefinedAttributeSearchCriteria.setOrConditions(Collection<PredefinedAttributeSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.withAndConditions(Collection<PredefinedAttributeSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
PredefinedAttributeSearchCriteria |
PredefinedAttributeSearchCriteria.withOrConditions(Collection<PredefinedAttributeSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
Copyright © 2024. All rights reserved.