Uses of Class
software.amazon.awssdk.services.connect.model.HoursOfOperationSearchCriteria
-
Packages that use HoursOfOperationSearchCriteria Package Description software.amazon.awssdk.services.connect.model -
-
Uses of HoursOfOperationSearchCriteria in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return HoursOfOperationSearchCriteria Modifier and Type Method Description HoursOfOperationSearchCriteriaSearchHoursOfOperationsRequest. searchCriteria()The search criteria to be used to return hours of operations.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type HoursOfOperationSearchCriteria Modifier and Type Method 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.Methods in software.amazon.awssdk.services.connect.model with parameters of type HoursOfOperationSearchCriteria Modifier and Type Method Description HoursOfOperationSearchCriteria.BuilderHoursOfOperationSearchCriteria.Builder. andConditions(HoursOfOperationSearchCriteria... andConditions)A list of conditions which would be applied together with an AND condition.HoursOfOperationSearchCriteria.BuilderHoursOfOperationSearchCriteria.Builder. orConditions(HoursOfOperationSearchCriteria... orConditions)A list of conditions which would be applied together with an OR condition.SearchHoursOfOperationsRequest.BuilderSearchHoursOfOperationsRequest.Builder. searchCriteria(HoursOfOperationSearchCriteria searchCriteria)The search criteria to be used to return hours of operations.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type HoursOfOperationSearchCriteria Modifier and Type Method Description HoursOfOperationSearchCriteria.BuilderHoursOfOperationSearchCriteria.Builder. andConditions(Collection<HoursOfOperationSearchCriteria> andConditions)A list of conditions which would be applied together with an AND condition.HoursOfOperationSearchCriteria.BuilderHoursOfOperationSearchCriteria.Builder. orConditions(Collection<HoursOfOperationSearchCriteria> orConditions)A list of conditions which would be applied together with an OR condition.
-