| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.paginators | |
| software.amazon.awssdk.services.inspector.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ListEventSubscriptionsIterable |
InspectorClient.listEventSubscriptionsPaginator(ListEventSubscriptionsRequest listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
default ListEventSubscriptionsPublisher |
InspectorAsyncClient.listEventSubscriptionsPaginator(ListEventSubscriptionsRequest listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
| Constructor and Description |
|---|
ListEventSubscriptionsIterable(InspectorClient client,
ListEventSubscriptionsRequest firstRequest) |
ListEventSubscriptionsPublisher(InspectorAsyncClient client,
ListEventSubscriptionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEventSubscriptionsRequestMarshaller.marshall(ListEventSubscriptionsRequest listEventSubscriptionsRequest) |
Copyright © 2023. All rights reserved.