Uses of Class
com.amazonaws.services.inspector.model.Subscription
Packages that use Subscription
-
Uses of Subscription in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return SubscriptionModifier and TypeMethodDescriptionSubscription.clone()
Subscription.withEventSubscriptions
(EventSubscription... eventSubscriptions) The list of existing event subscriptions.Subscription.withEventSubscriptions
(Collection<EventSubscription> eventSubscriptions) The list of existing event subscriptions.Subscription.withResourceArn
(String resourceArn) The ARN of the assessment template that is used during the event for which the SNS notification is sent.Subscription.withTopicArn
(String topicArn) The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.Methods in com.amazonaws.services.inspector.model that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionListEventSubscriptionsResult.getSubscriptions()
Details of the returned event subscriptions.Methods in com.amazonaws.services.inspector.model with parameters of type SubscriptionModifier and TypeMethodDescriptionListEventSubscriptionsResult.withSubscriptions
(Subscription... subscriptions) Details of the returned event subscriptions.Method parameters in com.amazonaws.services.inspector.model with type arguments of type SubscriptionModifier and TypeMethodDescriptionvoid
ListEventSubscriptionsResult.setSubscriptions
(Collection<Subscription> subscriptions) Details of the returned event subscriptions.ListEventSubscriptionsResult.withSubscriptions
(Collection<Subscription> subscriptions) Details of the returned event subscriptions.