Uses of Class
com.amazonaws.services.rds.model.CreateEventSubscriptionRequest

Packages that use CreateEventSubscriptionRequest
com.amazonaws.services.rds Synchronous and asynchronous client classes for accessing AmazonRDS. 
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of CreateEventSubscriptionRequest in com.amazonaws.services.rds
 

Methods in com.amazonaws.services.rds with parameters of type CreateEventSubscriptionRequest
 EventSubscription AmazonRDSClient.createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest)
           Creates an RDS event notification subscription.
 EventSubscription AmazonRDS.createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest)
           Creates an RDS event notification subscription.
 Future<EventSubscription> AmazonRDSAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest)
           Creates an RDS event notification subscription.
 Future<EventSubscription> AmazonRDSAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest)
           Creates an RDS event notification subscription.
 Future<EventSubscription> AmazonRDSAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
           Creates an RDS event notification subscription.
 Future<EventSubscription> AmazonRDSAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
           Creates an RDS event notification subscription.
 

Method parameters in com.amazonaws.services.rds with type arguments of type CreateEventSubscriptionRequest
 Future<EventSubscription> AmazonRDSAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
           Creates an RDS event notification subscription.
 Future<EventSubscription> AmazonRDSAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
           Creates an RDS event notification subscription.
 

Uses of CreateEventSubscriptionRequest in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return CreateEventSubscriptionRequest
 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 will be returned.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withSourceIds(String... sourceIds)
          The list of identifiers of the event sources for which events will be returned.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withSourceType(String sourceType)
          The type of source that will be generating the events.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withSubscriptionName(String subscriptionName)
          The name of the subscription.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withTags(Collection<Tag> tags)
          A list of tags.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withTags(Tag... tags)
          A list of tags.
 



Copyright © 2016. All rights reserved.