| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.paginators | |
| software.amazon.awssdk.services.inspector.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ListFindingsPublisher |
InspectorAsyncClient.listFindingsPaginator(ListFindingsRequest listFindingsRequest)
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
|
default ListFindingsIterable |
InspectorClient.listFindingsPaginator(ListFindingsRequest listFindingsRequest)
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
|
| Constructor and Description |
|---|
ListFindingsIterable(InspectorClient client,
ListFindingsRequest firstRequest) |
ListFindingsPublisher(InspectorAsyncClient client,
ListFindingsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListFindingsRequestMarshaller.marshall(ListFindingsRequest listFindingsRequest) |
Copyright © 2023. All rights reserved.