Uses of Class
software.amazon.awssdk.services.inspector.model.ListAssessmentTargetsResponse
-
Packages that use ListAssessmentTargetsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators -
-
Uses of ListAssessmentTargetsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListAssessmentTargetsResponse Modifier and Type Method Description default ListAssessmentTargetsResponseInspectorClient. listAssessmentTargets()Lists the ARNs of the assessment targets within this AWS account.default ListAssessmentTargetsResponseInspectorClient. listAssessmentTargets(Consumer<ListAssessmentTargetsRequest.Builder> listAssessmentTargetsRequest)Lists the ARNs of the assessment targets within this AWS account.default ListAssessmentTargetsResponseInspectorClient. listAssessmentTargets(ListAssessmentTargetsRequest listAssessmentTargetsRequest)Lists the ARNs of the assessment targets within this AWS account.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type ListAssessmentTargetsResponse Modifier and Type Method Description default CompletableFuture<ListAssessmentTargetsResponse>InspectorAsyncClient. listAssessmentTargets()Lists the ARNs of the assessment targets within this AWS account.default CompletableFuture<ListAssessmentTargetsResponse>InspectorAsyncClient. listAssessmentTargets(Consumer<ListAssessmentTargetsRequest.Builder> listAssessmentTargetsRequest)Lists the ARNs of the assessment targets within this AWS account.default CompletableFuture<ListAssessmentTargetsResponse>InspectorAsyncClient. listAssessmentTargets(ListAssessmentTargetsRequest listAssessmentTargetsRequest)Lists the ARNs of the assessment targets within this AWS account. -
Uses of ListAssessmentTargetsResponse in software.amazon.awssdk.services.inspector.paginators
Methods in software.amazon.awssdk.services.inspector.paginators that return types with arguments of type ListAssessmentTargetsResponse Modifier and Type Method Description Iterator<ListAssessmentTargetsResponse>ListAssessmentTargetsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector.paginators with type arguments of type ListAssessmentTargetsResponse Modifier and Type Method Description voidListAssessmentTargetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssessmentTargetsResponse> subscriber)
-