| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
default ListFindingsResponse |
InspectorClient.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 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 ListFindingsIterable |
InspectorClient.listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
|
default ListFindingsPublisher |
InspectorAsyncClient.listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.assessmentRunArns(Collection<String> assessmentRunArns)
The ARNs of the assessment runs that generate the findings that you want to list.
|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.assessmentRunArns(String... assessmentRunArns)
The ARNs of the assessment runs that generate the findings that you want to list.
|
static ListFindingsRequest.Builder |
ListFindingsRequest.builder() |
default ListFindingsRequest.Builder |
ListFindingsRequest.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.Builder |
ListFindingsRequest.Builder.filter(FindingFilter filter)
You can use this parameter to specify a subset of data to be included in the action's response.
|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFindingsRequest.Builder |
ListFindingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFindingsRequest.Builder |
ListFindingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFindingsRequest.Builder> |
ListFindingsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.