| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<EventSubscription> |
AmazonNeptuneAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest request,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler) |
Future<EventSubscription> |
AmazonNeptuneAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
Creates an event notification subscription.
|
Future<EventSubscription> |
AbstractAmazonNeptuneAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest request,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.clone() |
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEnabled(Boolean enabled)
A Boolean value; set to true to activate the subscription, set to false to create the subscription
but not active it.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEventCategories(Collection<String> eventCategories)
A list of event categories for a SourceType that you want to subscribe to.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEventCategories(String... eventCategories)
A list of event categories for a SourceType that you want to subscribe to.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic created for event notification.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceIds(Collection<String> sourceIds)
The list of identifiers of the event sources for which events are returned.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceIds(String... sourceIds)
The list of identifiers of the event sources for which events are returned.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceType(String sourceType)
The type of source that is generating the events.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSubscriptionName(String subscriptionName)
The name of the subscription.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Collection<Tag> tags)
The tags to be applied to the new event subscription.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Tag... tags)
The tags to be applied to the new event subscription.
|
Copyright © 2022. All rights reserved.