Uses of Class
software.amazon.awssdk.services.inspector.paginators.ListAssessmentTemplatesIterable
-
Packages that use ListAssessmentTemplatesIterable Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of ListAssessmentTemplatesIterable in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListAssessmentTemplatesIterable Modifier and Type Method Description default ListAssessmentTemplatesIterableInspectorClient. listAssessmentTemplatesPaginator()Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.default ListAssessmentTemplatesIterableInspectorClient. listAssessmentTemplatesPaginator(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 ListAssessmentTemplatesIterableInspectorClient. listAssessmentTemplatesPaginator(ListAssessmentTemplatesRequest listAssessmentTemplatesRequest)Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
-