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