static ListFindingsV2Response.Builder |
ListFindingsV2Response.builder() |
|
ListFindingsV2Response.Builder |
ListFindingsV2Response.Builder.findings(Collection<FindingSummaryV2> findings) |
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsV2Response.Builder |
ListFindingsV2Response.Builder.findings(Consumer<FindingSummaryV2.Builder>... findings) |
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsV2Response.Builder |
ListFindingsV2Response.Builder.findings(FindingSummaryV2... findings) |
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
|
ListFindingsV2Response.Builder |
ListFindingsV2Response.Builder.nextToken(String nextToken) |
A token used for pagination of results returned.
|
ListFindingsV2Response.Builder |
ListFindingsV2Response.toBuilder() |
|