Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.SearchFilter
-
Packages that use SearchFilter Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of SearchFilter in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type SearchFilter Modifier and Type Method Description List<SearchFilter>ListPlatformBranchesRequest. filters()Criteria for restricting the resulting list of platform branches.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type SearchFilter Modifier and Type Method Description ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest.Builder. filters(SearchFilter... filters)Criteria for restricting the resulting list of platform branches.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type SearchFilter Modifier and Type Method Description ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest.Builder. filters(Collection<SearchFilter> filters)Criteria for restricting the resulting list of platform branches.
-