Uses of Interface
software.amazon.awssdk.services.inspector.model.ListFindingsRequest.Builder
-
Packages that use ListFindingsRequest.Builder Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.model -
-
Uses of ListFindingsRequest.Builder in software.amazon.awssdk.services.inspector
Method parameters in software.amazon.awssdk.services.inspector with type arguments of type ListFindingsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFindingsResponse>InspectorAsyncClient. listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.default ListFindingsResponseInspectorClient. listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.default ListFindingsPublisherInspectorAsyncClient. listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)This is a variant ofInspectorAsyncClient.listFindings(software.amazon.awssdk.services.inspector.model.ListFindingsRequest)operation.default ListFindingsIterableInspectorClient. listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)This is a variant ofInspectorClient.listFindings(software.amazon.awssdk.services.inspector.model.ListFindingsRequest)operation. -
Uses of ListFindingsRequest.Builder in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return ListFindingsRequest.Builder Modifier and Type Method Description ListFindingsRequest.BuilderListFindingsRequest.Builder. assessmentRunArns(String... assessmentRunArns)The ARNs of the assessment runs that generate the findings that you want to list.ListFindingsRequest.BuilderListFindingsRequest.Builder. assessmentRunArns(Collection<String> assessmentRunArns)The ARNs of the assessment runs that generate the findings that you want to list.static ListFindingsRequest.BuilderListFindingsRequest. builder()default ListFindingsRequest.BuilderListFindingsRequest.Builder. filter(Consumer<FindingFilter.Builder> filter)You can use this parameter to specify a subset of data to be included in the action's response.ListFindingsRequest.BuilderListFindingsRequest.Builder. filter(FindingFilter filter)You can use this parameter to specify a subset of data to be included in the action's response.ListFindingsRequest.BuilderListFindingsRequest.Builder. maxResults(Integer maxResults)You can use this parameter to indicate the maximum number of items you want in the response.ListFindingsRequest.BuilderListFindingsRequest.Builder. nextToken(String nextToken)You can use this parameter when paginating results.ListFindingsRequest.BuilderListFindingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFindingsRequest.BuilderListFindingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFindingsRequest.BuilderListFindingsRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type ListFindingsRequest.Builder Modifier and Type Method Description static Class<? extends ListFindingsRequest.Builder>ListFindingsRequest. serializableBuilderClass()
-