| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| 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.andConditions(Consumer<HoursOfOperationSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.andConditions(HoursOfOperationSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
static HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.builder() |
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.orConditions(Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.orConditions(Consumer<HoursOfOperationSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.orConditions(HoursOfOperationSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
default HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.Builder.stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
HoursOfOperationSearchCriteria.Builder |
HoursOfOperationSearchCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HoursOfOperationSearchCriteria.Builder> |
HoursOfOperationSearchCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchHoursOfOperationsRequest.Builder |
SearchHoursOfOperationsRequest.Builder.searchCriteria(Consumer<HoursOfOperationSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return hours of operations.
|
Copyright © 2023. All rights reserved.