Uses of Class
com.amazonaws.services.rds.model.CreateEventSubscriptionRequest
Packages that use CreateEventSubscriptionRequest
-
Uses of CreateEventSubscriptionRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type CreateEventSubscriptionRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.createEventSubscription
(CreateEventSubscriptionRequest request) AmazonRDS.createEventSubscription
(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an RDS event notification subscription.AmazonRDSClient.createEventSubscription
(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an RDS event notification subscription.AbstractAmazonRDSAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request) AbstractAmazonRDSAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) AmazonRDSAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an RDS event notification subscription.AmazonRDSAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) Creates an RDS event notification subscription.AmazonRDSAsyncClient.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request) AmazonRDSAsyncClient.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type CreateEventSubscriptionRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) AmazonRDSAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) Creates an RDS event notification subscription.AmazonRDSAsyncClient.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) -
Uses of CreateEventSubscriptionRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CreateEventSubscriptionRequestModifier and TypeMethodDescriptionCreateEventSubscriptionRequest.clone()
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.withEventCategories
(String... eventCategories) A list of event categories for a SourceType that you want to subscribe to.CreateEventSubscriptionRequest.withEventCategories
(Collection<String> eventCategories) A list of event categories for a SourceType that you want to subscribe to.CreateEventSubscriptionRequest.withSnsTopicArn
(String snsTopicArn) The Amazon Resource Name (ARN) of the SNS topic created for event notification.CreateEventSubscriptionRequest.withSourceIds
(String... sourceIds) The list of identifiers of the event sources for which events will be returned.CreateEventSubscriptionRequest.withSourceIds
(Collection<String> sourceIds) The list of identifiers of the event sources for which events will be returned.CreateEventSubscriptionRequest.withSourceType
(String sourceType) The type of source that will be generating the events.CreateEventSubscriptionRequest.withSubscriptionName
(String subscriptionName) The name of the subscription.NOTE: This method appends the values to the existing list (if any).CreateEventSubscriptionRequest.withTags
(Collection<Tag> tags)