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