Uses of Class
software.amazon.awssdk.services.inspector.model.ListAssessmentRunsRequest
-
Packages that use ListAssessmentRunsRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators software.amazon.awssdk.services.inspector.transform -
-
Uses of ListAssessmentRunsRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type ListAssessmentRunsRequest Modifier and Type Method Description default CompletableFuture<ListAssessmentRunsResponse>InspectorAsyncClient. listAssessmentRuns(ListAssessmentRunsRequest listAssessmentRunsRequest)Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.default ListAssessmentRunsResponseInspectorClient. listAssessmentRuns(ListAssessmentRunsRequest 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.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. -
Uses of ListAssessmentRunsRequest in software.amazon.awssdk.services.inspector.paginators
Constructors in software.amazon.awssdk.services.inspector.paginators with parameters of type ListAssessmentRunsRequest Constructor Description ListAssessmentRunsIterable(InspectorClient client, ListAssessmentRunsRequest firstRequest)ListAssessmentRunsPublisher(InspectorAsyncClient client, ListAssessmentRunsRequest firstRequest) -
Uses of ListAssessmentRunsRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type ListAssessmentRunsRequest Modifier and Type Method Description SdkHttpFullRequestListAssessmentRunsRequestMarshaller. marshall(ListAssessmentRunsRequest listAssessmentRunsRequest)
-