Uses of Class
software.amazon.awssdk.services.inspector.paginators.ListAssessmentTargetsIterable
-
Packages that use ListAssessmentTargetsIterable Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of ListAssessmentTargetsIterable in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListAssessmentTargetsIterable Modifier and Type Method Description default ListAssessmentTargetsIterableInspectorClient. listAssessmentTargetsPaginator()Lists the ARNs of the assessment targets within this AWS account.default ListAssessmentTargetsIterableInspectorClient. listAssessmentTargetsPaginator(Consumer<ListAssessmentTargetsRequest.Builder> listAssessmentTargetsRequest)Lists the ARNs of the assessment targets within this AWS account.default ListAssessmentTargetsIterableInspectorClient. listAssessmentTargetsPaginator(ListAssessmentTargetsRequest listAssessmentTargetsRequest)Lists the ARNs of the assessment targets within this AWS account.
-