Uses of Class
software.amazon.awssdk.services.inspector.paginators.ListAssessmentRunsIterable
-
Packages that use ListAssessmentRunsIterable Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of ListAssessmentRunsIterable in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListAssessmentRunsIterable Modifier and Type Method Description default ListAssessmentRunsIterableInspectorClient. listAssessmentRunsPaginator()Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.default ListAssessmentRunsIterableInspectorClient. listAssessmentRunsPaginator(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 ListAssessmentRunsIterableInspectorClient. listAssessmentRunsPaginator(ListAssessmentRunsRequest listAssessmentRunsRequest)Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.
-