Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EventSubscription> |
Subscription.eventSubscriptions
The list of existing event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
EventSubscription |
EventSubscription.clone() |
EventSubscription |
EventSubscription.withEvent(InspectorEvent event)
The event for which Amazon Simple Notification Service (SNS)
notifications are sent.
|
EventSubscription |
EventSubscription.withEvent(java.lang.String event)
The event for which Amazon Simple Notification Service (SNS)
notifications are sent.
|
EventSubscription |
EventSubscription.withSubscribedAt(java.util.Date subscribedAt)
The time at which SubscribeToEvent is called.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EventSubscription> |
Subscription.getEventSubscriptions()
The list of existing event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
Subscription.withEventSubscriptions(EventSubscription... eventSubscriptions)
The list of existing event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscription.setEventSubscriptions(java.util.Collection<EventSubscription> eventSubscriptions)
The list of existing event subscriptions.
|
Subscription |
Subscription.withEventSubscriptions(java.util.Collection<EventSubscription> eventSubscriptions)
The list of existing event subscriptions.
|
Modifier and Type | Method and Description |
---|---|
EventSubscription |
EventSubscriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EventSubscriptionJsonMarshaller.marshall(EventSubscription eventSubscription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|