| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFindingsResponse |
InspectorClient.listFindings()
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
|
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 ListFindingsResponse |
InspectorClient.listFindings(ListFindingsRequest 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 |
|---|---|
default CompletableFuture<ListFindingsResponse> |
InspectorAsyncClient.listFindings()
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 CompletableFuture<ListFindingsResponse> |
InspectorAsyncClient.listFindings(ListFindingsRequest 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 |
|---|---|
Iterator<ListFindingsResponse> |
ListFindingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFindingsResponse> subscriber) |
Copyright © 2023. All rights reserved.