| 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 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.
|
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.
|
default ListAssessmentTemplatesIterable |
InspectorClient.listAssessmentTemplatesPaginator(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the
assessment targets.
|
default ListAssessmentTemplatesPublisher |
InspectorAsyncClient.listAssessmentTemplatesPaginator(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the
assessment targets.
|
| Constructor and Description |
|---|
ListAssessmentTemplatesIterable(InspectorClient client,
ListAssessmentTemplatesRequest firstRequest) |
ListAssessmentTemplatesPublisher(InspectorAsyncClient client,
ListAssessmentTemplatesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAssessmentTemplatesRequestMarshaller.marshall(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest) |
Copyright © 2023. All rights reserved.