Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Subscription> |
ListEventSubscriptionsResult.subscriptions
Details of the returned event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
Subscription.clone() |
Subscription |
Subscription.withEventSubscriptions(java.util.Collection<EventSubscription> eventSubscriptions)
The list of existing event subscriptions.
|
Subscription |
Subscription.withEventSubscriptions(EventSubscription... eventSubscriptions)
The list of existing event subscriptions.
|
Subscription |
Subscription.withResourceArn(java.lang.String resourceArn)
The ARN of the assessment template that is used during the event for
which the SNS notification is sent.
|
Subscription |
Subscription.withTopicArn(java.lang.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 |
---|---|
java.util.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(java.util.Collection<Subscription> subscriptions)
Details of the returned event subscriptions.
|
ListEventSubscriptionsResult |
ListEventSubscriptionsResult.withSubscriptions(java.util.Collection<Subscription> subscriptions)
Details of the returned event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionJsonMarshaller.marshall(Subscription subscription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|