| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAssessmentTargetsResponse |
InspectorClient.listAssessmentTargets()
Lists the ARNs of the assessment targets within this AWS account.
|
default ListAssessmentTargetsResponse |
InspectorClient.listAssessmentTargets(Consumer<ListAssessmentTargetsRequest.Builder> listAssessmentTargetsRequest)
Lists the ARNs of the assessment targets within this AWS account.
|
default ListAssessmentTargetsResponse |
InspectorClient.listAssessmentTargets(ListAssessmentTargetsRequest listAssessmentTargetsRequest)
Lists the ARNs of the assessment targets within this AWS account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssessmentTargetsResponse> |
ListAssessmentTargetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssessmentTargetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssessmentTargetsResponse> subscriber) |
Copyright © 2023. All rights reserved.