Uses of Class
software.amazon.awssdk.services.inspector.model.ListAssessmentRunsResponse
-
Packages that use ListAssessmentRunsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators -
-
Uses of ListAssessmentRunsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListAssessmentRunsResponse Modifier and Type Method Description default ListAssessmentRunsResponseInspectorClient. listAssessmentRuns()Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.default ListAssessmentRunsResponseInspectorClient. listAssessmentRuns(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 ListAssessmentRunsResponseInspectorClient. listAssessmentRuns(ListAssessmentRunsRequest listAssessmentRunsRequest)Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type ListAssessmentRunsResponse Modifier and Type Method Description default CompletableFuture<ListAssessmentRunsResponse>InspectorAsyncClient. listAssessmentRuns()Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.default CompletableFuture<ListAssessmentRunsResponse>InspectorAsyncClient. listAssessmentRuns(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 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. -
Uses of ListAssessmentRunsResponse in software.amazon.awssdk.services.inspector.paginators
Methods in software.amazon.awssdk.services.inspector.paginators that return types with arguments of type ListAssessmentRunsResponse Modifier and Type Method Description Iterator<ListAssessmentRunsResponse>ListAssessmentRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector.paginators with type arguments of type ListAssessmentRunsResponse Modifier and Type Method Description voidListAssessmentRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssessmentRunsResponse> subscriber)
-