Uses of Class
software.amazon.awssdk.services.inspector.model.ListAssessmentRunAgentsResponse
-
Packages that use ListAssessmentRunAgentsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators -
-
Uses of ListAssessmentRunAgentsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListAssessmentRunAgentsResponse Modifier and Type Method Description default ListAssessmentRunAgentsResponseInspectorClient. listAssessmentRunAgents(Consumer<ListAssessmentRunAgentsRequest.Builder> listAssessmentRunAgentsRequest)Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.default ListAssessmentRunAgentsResponseInspectorClient. listAssessmentRunAgents(ListAssessmentRunAgentsRequest listAssessmentRunAgentsRequest)Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type ListAssessmentRunAgentsResponse Modifier and Type Method Description default CompletableFuture<ListAssessmentRunAgentsResponse>InspectorAsyncClient. listAssessmentRunAgents(Consumer<ListAssessmentRunAgentsRequest.Builder> listAssessmentRunAgentsRequest)Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.default CompletableFuture<ListAssessmentRunAgentsResponse>InspectorAsyncClient. listAssessmentRunAgents(ListAssessmentRunAgentsRequest listAssessmentRunAgentsRequest)Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs. -
Uses of ListAssessmentRunAgentsResponse in software.amazon.awssdk.services.inspector.paginators
Methods in software.amazon.awssdk.services.inspector.paginators that return types with arguments of type ListAssessmentRunAgentsResponse Modifier and Type Method Description Iterator<ListAssessmentRunAgentsResponse>ListAssessmentRunAgentsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector.paginators with type arguments of type ListAssessmentRunAgentsResponse Modifier and Type Method Description voidListAssessmentRunAgentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssessmentRunAgentsResponse> subscriber)
-