| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperationSearchCriteria |
SearchHoursOfOperationsRequest.searchCriteria()
The search criteria to be used to return hours of operations.
|
| Modifier and Type | Method and Description |
|---|---|
List<HoursOfOperationSearchCriteria> |
HoursOfOperationSearchCriteria.andConditions()
A list of conditions which would be applied together with an AND condition.
|
List<HoursOfOperationSearchCriteria> |
HoursOfOperationSearchCriteria.orConditions()
A list of conditions which would be applied together with an OR condition.
|
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.andConditions(HoursOfOperationSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.orConditions(HoursOfOperationSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SearchHoursOfOperationsRequest.Builder |
SearchHoursOfOperationsRequest.Builder.searchCriteria(HoursOfOperationSearchCriteria searchCriteria)
The search criteria to be used to return hours of operations.
|
| Modifier and Type | Method and Description |
|---|---|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.andConditions(Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.orConditions(Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
Copyright © 2023. All rights reserved.