Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.ListFindingsV2Request.Builder
-
Packages that use ListFindingsV2Request.Builder Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities.software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of ListFindingsV2Request.Builder in software.amazon.awssdk.services.accessanalyzer
Method parameters in software.amazon.awssdk.services.accessanalyzer with type arguments of type ListFindingsV2Request.Builder Modifier and Type Method Description default CompletableFuture<ListFindingsV2Response>AccessAnalyzerAsyncClient. listFindingsV2(Consumer<ListFindingsV2Request.Builder> listFindingsV2Request)Retrieves a list of findings generated by the specified analyzer.default ListFindingsV2ResponseAccessAnalyzerClient. listFindingsV2(Consumer<ListFindingsV2Request.Builder> listFindingsV2Request)Retrieves a list of findings generated by the specified analyzer.default ListFindingsV2PublisherAccessAnalyzerAsyncClient. listFindingsV2Paginator(Consumer<ListFindingsV2Request.Builder> listFindingsV2Request)Retrieves a list of findings generated by the specified analyzer.default ListFindingsV2IterableAccessAnalyzerClient. listFindingsV2Paginator(Consumer<ListFindingsV2Request.Builder> listFindingsV2Request)Retrieves a list of findings generated by the specified analyzer. -
Uses of ListFindingsV2Request.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return ListFindingsV2Request.Builder Modifier and Type Method Description ListFindingsV2Request.BuilderListFindingsV2Request.Builder. analyzerArn(String analyzerArn)The ARN of the analyzer to retrieve findings from.static ListFindingsV2Request.BuilderListFindingsV2Request. builder()ListFindingsV2Request.BuilderListFindingsV2Request.Builder. filter(Map<String,Criterion> filter)A filter to match for the findings to return.ListFindingsV2Request.BuilderListFindingsV2Request.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListFindingsV2Request.BuilderListFindingsV2Request.Builder. nextToken(String nextToken)A token used for pagination of results returned.ListFindingsV2Request.BuilderListFindingsV2Request.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFindingsV2Request.BuilderListFindingsV2Request.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListFindingsV2Request.BuilderListFindingsV2Request.Builder. sort(Consumer<SortCriteria.Builder> sort)Sets the value of the Sort property for this object.ListFindingsV2Request.BuilderListFindingsV2Request.Builder. sort(SortCriteria sort)Sets the value of the Sort property for this object.ListFindingsV2Request.BuilderListFindingsV2Request. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type ListFindingsV2Request.Builder Modifier and Type Method Description static Class<? extends ListFindingsV2Request.Builder>ListFindingsV2Request. serializableBuilderClass()
-