Uses of Class
com.amazonaws.services.inspector.model.Subscription
-
Packages that use Subscription Package Description com.amazonaws.services.inspector.model -
-
Uses of Subscription in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return Subscription Modifier and Type Method Description SubscriptionSubscription. clone()SubscriptionSubscription. withEventSubscriptions(EventSubscription... eventSubscriptions)The list of existing event subscriptions.SubscriptionSubscription. withEventSubscriptions(Collection<EventSubscription> eventSubscriptions)The list of existing event subscriptions.SubscriptionSubscription. withResourceArn(String resourceArn)The ARN of the assessment template that is used during the event for which the SNS notification is sent.SubscriptionSubscription. 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 Subscription Modifier and Type Method Description List<Subscription>ListEventSubscriptionsResult. getSubscriptions()Details of the returned event subscriptions.Methods in com.amazonaws.services.inspector.model with parameters of type Subscription Modifier and Type Method Description ListEventSubscriptionsResultListEventSubscriptionsResult. withSubscriptions(Subscription... subscriptions)Details of the returned event subscriptions.Method parameters in com.amazonaws.services.inspector.model with type arguments of type Subscription Modifier and Type Method Description voidListEventSubscriptionsResult. setSubscriptions(Collection<Subscription> subscriptions)Details of the returned event subscriptions.ListEventSubscriptionsResultListEventSubscriptionsResult. withSubscriptions(Collection<Subscription> subscriptions)Details of the returned event subscriptions.
-