| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAssessmentTemplatesResponse |
InspectorClient.listAssessmentTemplates()
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the
assessment targets.
|
default ListAssessmentTemplatesResponse |
InspectorClient.listAssessmentTemplates(Consumer<ListAssessmentTemplatesRequest.Builder> listAssessmentTemplatesRequest)
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the
assessment targets.
|
default ListAssessmentTemplatesResponse |
InspectorClient.listAssessmentTemplates(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the
assessment targets.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssessmentTemplatesResponse> |
InspectorAsyncClient.listAssessmentTemplates()
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the
assessment targets.
|
default CompletableFuture<ListAssessmentTemplatesResponse> |
InspectorAsyncClient.listAssessmentTemplates(Consumer<ListAssessmentTemplatesRequest.Builder> listAssessmentTemplatesRequest)
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the
assessment targets.
|
default CompletableFuture<ListAssessmentTemplatesResponse> |
InspectorAsyncClient.listAssessmentTemplates(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the
assessment targets.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssessmentTemplatesResponse> |
ListAssessmentTemplatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssessmentTemplatesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssessmentTemplatesResponse> subscriber) |
Copyright © 2023. All rights reserved.