Uses of Class
software.amazon.awssdk.services.controlcatalog.model.DomainResourceFilter
-
Packages that use DomainResourceFilter Package Description software.amazon.awssdk.services.controlcatalog.model -
-
Uses of DomainResourceFilter in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return types with arguments of type DomainResourceFilter Modifier and Type Method Description List<DomainResourceFilter>ObjectiveFilter. domains()The domain that's used as filter criteria.Methods in software.amazon.awssdk.services.controlcatalog.model with parameters of type DomainResourceFilter Modifier and Type Method Description ObjectiveFilter.BuilderObjectiveFilter.Builder. domains(DomainResourceFilter... domains)The domain that's used as filter criteria.Method parameters in software.amazon.awssdk.services.controlcatalog.model with type arguments of type DomainResourceFilter Modifier and Type Method Description ObjectiveFilter.BuilderObjectiveFilter.Builder. domains(Collection<DomainResourceFilter> domains)The domain that's used as filter criteria.
-