Uses of Class
software.amazon.awssdk.services.inspector2.model.Filter
-
Packages that use Filter Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of Filter in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Filter Modifier and Type Method Description List<Filter>ListFiltersResponse. filters()Contains details on the filters associated with your account.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Filter Modifier and Type Method Description ListFiltersResponse.BuilderListFiltersResponse.Builder. filters(Filter... filters)Contains details on the filters associated with your account.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Filter Modifier and Type Method Description ListFiltersResponse.BuilderListFiltersResponse.Builder. filters(Collection<Filter> filters)Contains details on the filters associated with your account. -
Uses of Filter in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type Filter Modifier and Type Method Description SdkIterable<Filter>ListFiltersIterable. filters()Returns an iterable to iterate through the paginatedListFiltersResponse.filters()member.SdkPublisher<Filter>ListFiltersPublisher. filters()Returns a publisher that can be used to get a stream of data.
-