| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.clone() |
HoursOfOperationSearchCriteria |
SearchHoursOfOperationsRequest.getSearchCriteria()
The search criteria to be used to return hours of operations.
|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.withAndConditions(Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.withAndConditions(HoursOfOperationSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.withOrConditions(Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.withOrConditions(HoursOfOperationSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.withStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<HoursOfOperationSearchCriteria> |
HoursOfOperationSearchCriteria.getAndConditions()
A list of conditions which would be applied together with an AND condition.
|
List<HoursOfOperationSearchCriteria> |
HoursOfOperationSearchCriteria.getOrConditions()
A list of conditions which would be applied together with an OR condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchHoursOfOperationsRequest.setSearchCriteria(HoursOfOperationSearchCriteria searchCriteria)
The search criteria to be used to return hours of operations.
|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.withAndConditions(HoursOfOperationSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.withOrConditions(HoursOfOperationSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SearchHoursOfOperationsRequest |
SearchHoursOfOperationsRequest.withSearchCriteria(HoursOfOperationSearchCriteria searchCriteria)
The search criteria to be used to return hours of operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HoursOfOperationSearchCriteria.setAndConditions(Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
void |
HoursOfOperationSearchCriteria.setOrConditions(Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.withAndConditions(Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria |
HoursOfOperationSearchCriteria.withOrConditions(Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
Copyright © 2023. All rights reserved.