Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.ListFindingsRequest.Builder
-
Packages that use ListFindingsRequest.Builder Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal.software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of ListFindingsRequest.Builder in software.amazon.awssdk.services.accessanalyzer
Method parameters in software.amazon.awssdk.services.accessanalyzer with type arguments of type ListFindingsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFindingsResponse>AccessAnalyzerAsyncClient. listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Retrieves a list of findings generated by the specified analyzer.default ListFindingsResponseAccessAnalyzerClient. listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Retrieves a list of findings generated by the specified analyzer.default ListFindingsPublisherAccessAnalyzerAsyncClient. listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Retrieves a list of findings generated by the specified analyzer.default ListFindingsIterableAccessAnalyzerClient. listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Retrieves a list of findings generated by the specified analyzer. -
Uses of ListFindingsRequest.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return ListFindingsRequest.Builder Modifier and Type Method Description ListFindingsRequest.BuilderListFindingsRequest.Builder. analyzerArn(String analyzerArn)The ARN of the analyzer to retrieve findings from.static ListFindingsRequest.BuilderListFindingsRequest. builder()ListFindingsRequest.BuilderListFindingsRequest.Builder. filter(Map<String,Criterion> filter)A filter to match for the findings to return.ListFindingsRequest.BuilderListFindingsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListFindingsRequest.BuilderListFindingsRequest.Builder. nextToken(String nextToken)A token used for pagination of results returned.ListFindingsRequest.BuilderListFindingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFindingsRequest.BuilderListFindingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListFindingsRequest.BuilderListFindingsRequest.Builder. sort(Consumer<SortCriteria.Builder> sort)The sort order for the findings returned.ListFindingsRequest.BuilderListFindingsRequest.Builder. sort(SortCriteria sort)The sort order for the findings returned.ListFindingsRequest.BuilderListFindingsRequest. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type ListFindingsRequest.Builder Modifier and Type Method Description static Class<? extends ListFindingsRequest.Builder>ListFindingsRequest. serializableBuilderClass()
-