Uses of Class
software.amazon.awssdk.services.codecatalyst.model.ProjectListFilter
-
Packages that use ProjectListFilter Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of ProjectListFilter in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type ProjectListFilter Modifier and Type Method Description List<ProjectListFilter>ListProjectsRequest. filters()Information about filters to apply to narrow the results returned in the list.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type ProjectListFilter Modifier and Type Method Description ListProjectsRequest.BuilderListProjectsRequest.Builder. filters(ProjectListFilter... filters)Information about filters to apply to narrow the results returned in the list.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type ProjectListFilter Modifier and Type Method Description ListProjectsRequest.BuilderListProjectsRequest.Builder. filters(Collection<ProjectListFilter> filters)Information about filters to apply to narrow the results returned in the list.
-