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