| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAssessmentRunsResponse |
InspectorClient.listAssessmentRuns()
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the
assessment templates.
|
default ListAssessmentRunsResponse |
InspectorClient.listAssessmentRuns(Consumer<ListAssessmentRunsRequest.Builder> listAssessmentRunsRequest)
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the
assessment templates.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssessmentRunsResponse> |
InspectorAsyncClient.listAssessmentRuns()
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(Consumer<ListAssessmentRunsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssessmentRunsResponse> |
ListAssessmentRunsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssessmentRunsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssessmentRunsResponse> subscriber) |
Copyright © 2023. All rights reserved.