Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
Subscription |
Subscription.clone() |
Subscription |
Subscription.withEventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of existing event subscriptions.
|
Subscription |
Subscription.withEventSubscriptions(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.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
ListEventSubscriptionsResult.getSubscriptions()
Details of the returned event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
ListEventSubscriptionsResult |
ListEventSubscriptionsResult.withSubscriptions(Subscription... subscriptions)
Details of the returned event subscriptions.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.