Uses of Class
software.amazon.awssdk.services.inspector.model.ListEventSubscriptionsResponse
-
Packages that use ListEventSubscriptionsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators -
-
Uses of ListEventSubscriptionsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListEventSubscriptionsResponse Modifier and Type Method Description default ListEventSubscriptionsResponseInspectorClient. listEventSubscriptions()Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.default ListEventSubscriptionsResponseInspectorClient. 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 ListEventSubscriptionsResponseInspectorClient. listEventSubscriptions(ListEventSubscriptionsRequest listEventSubscriptionsRequest)Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type ListEventSubscriptionsResponse Modifier and Type Method 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. -
Uses of ListEventSubscriptionsResponse in software.amazon.awssdk.services.inspector.paginators
Methods in software.amazon.awssdk.services.inspector.paginators that return types with arguments of type ListEventSubscriptionsResponse Modifier and Type Method Description Iterator<ListEventSubscriptionsResponse>ListEventSubscriptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector.paginators with type arguments of type ListEventSubscriptionsResponse Modifier and Type Method Description voidListEventSubscriptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEventSubscriptionsResponse> subscriber)
-