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 Subscription
Subscription. clone()
Subscription
Subscription. withEventSubscriptions(EventSubscription... eventSubscriptions)
The list of existing event subscriptions.Subscription
Subscription. withEventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of existing event subscriptions.Subscription
Subscription. withResourceArn(String resourceArn)
The ARN of the assessment template that is used during the event for which the SNS notification is sent.Subscription
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 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 ListEventSubscriptionsResult
ListEventSubscriptionsResult. 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 void
ListEventSubscriptionsResult. setSubscriptions(Collection<Subscription> subscriptions)
Details of the returned event subscriptions.ListEventSubscriptionsResult
ListEventSubscriptionsResult. withSubscriptions(Collection<Subscription> subscriptions)
Details of the returned event subscriptions.
-