Uses of Class
software.amazon.awssdk.services.inspector.model.ListAssessmentTargetsRequest
-
Packages that use ListAssessmentTargetsRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators software.amazon.awssdk.services.inspector.transform -
-
Uses of ListAssessmentTargetsRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type ListAssessmentTargetsRequest Modifier and Type Method Description default CompletableFuture<ListAssessmentTargetsResponse>InspectorAsyncClient. listAssessmentTargets(ListAssessmentTargetsRequest 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.default ListAssessmentTargetsPublisherInspectorAsyncClient. listAssessmentTargetsPaginator(ListAssessmentTargetsRequest 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. -
Uses of ListAssessmentTargetsRequest in software.amazon.awssdk.services.inspector.paginators
Constructors in software.amazon.awssdk.services.inspector.paginators with parameters of type ListAssessmentTargetsRequest Constructor Description ListAssessmentTargetsIterable(InspectorClient client, ListAssessmentTargetsRequest firstRequest)ListAssessmentTargetsPublisher(InspectorAsyncClient client, ListAssessmentTargetsRequest firstRequest) -
Uses of ListAssessmentTargetsRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type ListAssessmentTargetsRequest Modifier and Type Method Description SdkHttpFullRequestListAssessmentTargetsRequestMarshaller. marshall(ListAssessmentTargetsRequest listAssessmentTargetsRequest)
-