| 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 ListAssessmentRunsResponse |
InspectorClient.listAssessmentRuns(ListAssessmentRunsRequest listAssessmentRunsRequest)
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the
assessment templates.
|
default CompletableFuture<ListAssessmentRunsResponse> |
InspectorAsyncClient.listAssessmentRuns(ListAssessmentRunsRequest listAssessmentRunsRequest)
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the
assessment templates.
|
default ListAssessmentRunsIterable |
InspectorClient.listAssessmentRunsPaginator(ListAssessmentRunsRequest listAssessmentRunsRequest)
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the
assessment templates.
|
default ListAssessmentRunsPublisher |
InspectorAsyncClient.listAssessmentRunsPaginator(ListAssessmentRunsRequest listAssessmentRunsRequest)
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the
assessment templates.
|
| Constructor and Description |
|---|
ListAssessmentRunsIterable(InspectorClient client,
ListAssessmentRunsRequest firstRequest) |
ListAssessmentRunsPublisher(InspectorAsyncClient client,
ListAssessmentRunsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAssessmentRunsRequestMarshaller.marshall(ListAssessmentRunsRequest listAssessmentRunsRequest) |
Copyright © 2023. All rights reserved.