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