| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEventSubscriptionsResponse |
InspectorClient.listEventSubscriptions()
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
default ListEventSubscriptionsResponse |
InspectorClient.listEventSubscriptions(Consumer<ListEventSubscriptionsRequest.Builder> listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
default ListEventSubscriptionsResponse |
InspectorClient.listEventSubscriptions(ListEventSubscriptionsRequest listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventSubscriptionsResponse> |
InspectorAsyncClient.listEventSubscriptions()
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
default CompletableFuture<ListEventSubscriptionsResponse> |
InspectorAsyncClient.listEventSubscriptions(Consumer<ListEventSubscriptionsRequest.Builder> listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
default CompletableFuture<ListEventSubscriptionsResponse> |
InspectorAsyncClient.listEventSubscriptions(ListEventSubscriptionsRequest listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEventSubscriptionsResponse> |
ListEventSubscriptionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventSubscriptionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEventSubscriptionsResponse> subscriber) |
Copyright © 2023. All rights reserved.