Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<EventSubscription> |
AmazonRDSAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
Creates an RDS event notification subscription.
|
Future<EventSubscription> |
AbstractAmazonRDSAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest request,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler) |
Future<EventSubscription> |
AmazonRDSAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest request,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.clone() |
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEnabled(Boolean enabled)
A value that indicates whether to activate the subscription.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEventCategories(Collection<String> eventCategories)
A list of event categories for a particular source type (
SourceType ) that you want to subscribe to. |
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEventCategories(String... eventCategories)
A list of event categories for a particular source type (
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) |
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2021. All rights reserved.