Uses of Class
software.amazon.awssdk.services.inspector.paginators.ListEventSubscriptionsIterable
-
Packages that use ListEventSubscriptionsIterable Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of ListEventSubscriptionsIterable in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListEventSubscriptionsIterable Modifier and Type Method Description default ListEventSubscriptionsIterableInspectorClient. listEventSubscriptionsPaginator()Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.default ListEventSubscriptionsIterableInspectorClient. listEventSubscriptionsPaginator(Consumer<ListEventSubscriptionsRequest.Builder> listEventSubscriptionsRequest)Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.default ListEventSubscriptionsIterableInspectorClient. listEventSubscriptionsPaginator(ListEventSubscriptionsRequest listEventSubscriptionsRequest)Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.
-