Uses of Class
software.amazon.awssdk.services.inspector.model.ListAssessmentTemplatesRequest
-
Packages that use ListAssessmentTemplatesRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators software.amazon.awssdk.services.inspector.transform -
-
Uses of ListAssessmentTemplatesRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type ListAssessmentTemplatesRequest Modifier and Type Method Description 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 ListAssessmentTemplatesResponseInspectorClient. listAssessmentTemplates(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.default ListAssessmentTemplatesPublisherInspectorAsyncClient. listAssessmentTemplatesPaginator(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.default ListAssessmentTemplatesIterableInspectorClient. listAssessmentTemplatesPaginator(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets. -
Uses of ListAssessmentTemplatesRequest in software.amazon.awssdk.services.inspector.paginators
Constructors in software.amazon.awssdk.services.inspector.paginators with parameters of type ListAssessmentTemplatesRequest Constructor Description ListAssessmentTemplatesIterable(InspectorClient client, ListAssessmentTemplatesRequest firstRequest)ListAssessmentTemplatesPublisher(InspectorAsyncClient client, ListAssessmentTemplatesRequest firstRequest) -
Uses of ListAssessmentTemplatesRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type ListAssessmentTemplatesRequest Modifier and Type Method Description SdkHttpFullRequestListAssessmentTemplatesRequestMarshaller. marshall(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)
-