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

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

Uses of CreateEventSubscriptionRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type CreateEventSubscriptionRequest
 EventSubscription AmazonRedshiftClient.createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest)
           Creates an Amazon Redshift event notification subscription.
 EventSubscription AmazonRedshift.createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest)
           Creates an Amazon Redshift event notification subscription.
 Future<EventSubscription> AmazonRedshiftAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest)
           Creates an Amazon Redshift event notification subscription.
 Future<EventSubscription> AmazonRedshiftAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest)
           Creates an Amazon Redshift event notification subscription.
 Future<EventSubscription> AmazonRedshiftAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
           Creates an Amazon Redshift event notification subscription.
 Future<EventSubscription> AmazonRedshiftAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
           Creates an Amazon Redshift event notification subscription.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type CreateEventSubscriptionRequest
 Future<EventSubscription> AmazonRedshiftAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
           Creates an Amazon Redshift event notification subscription.
 Future<EventSubscription> AmazonRedshiftAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
           Creates an Amazon Redshift event notification subscription.
 

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

Methods in com.amazonaws.services.redshift.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)
          Specifies the Amazon Redshift event categories to be published by the event notification subscription.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withEventCategories(String... eventCategories)
          Specifies the Amazon Redshift event categories to be published by the event notification subscription.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withSeverity(String severity)
          Specifies the Amazon Redshift event severity to be published by the event notification subscription.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withSnsTopicArn(String snsTopicArn)
          The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withSourceIds(Collection<String> sourceIds)
          A list of one or more identifiers of Amazon Redshift source objects.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withSourceIds(String... sourceIds)
          A list of one or more identifiers of Amazon Redshift source objects.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withSourceType(String sourceType)
          The type of source that will be generating the events.
 CreateEventSubscriptionRequest CreateEventSubscriptionRequest.withSubscriptionName(String subscriptionName)
          The name of the event subscription to be created.
 



Copyright © 2016. All rights reserved.