Uses of Class
com.amazonaws.services.redshift.model.CreateEventSubscriptionRequest
Packages that use CreateEventSubscriptionRequest
-
Uses of CreateEventSubscriptionRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CreateEventSubscriptionRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.createEventSubscription
(CreateEventSubscriptionRequest request) AmazonRedshift.createEventSubscription
(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an Amazon Redshift event notification subscription.AmazonRedshiftClient.createEventSubscription
(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an Amazon Redshift event notification subscription.AbstractAmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request) AbstractAmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) AmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an Amazon Redshift event notification subscription.AmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) Creates an Amazon Redshift event notification subscription.AmazonRedshiftAsyncClient.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request) AmazonRedshiftAsyncClient.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type CreateEventSubscriptionRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) AmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) Creates an Amazon Redshift event notification subscription.AmazonRedshiftAsyncClient.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) -
Uses of CreateEventSubscriptionRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return CreateEventSubscriptionRequestModifier and TypeMethodDescriptionCreateEventSubscriptionRequest.clone()
CreateEventSubscriptionRequest.withEnabled
(Boolean enabled) A Boolean value; set totrue
to activate the subscription, set tofalse
to create the subscription but not active it.CreateEventSubscriptionRequest.withEventCategories
(String... eventCategories) Specifies the Amazon Redshift event categories to be published by the event notification subscription.CreateEventSubscriptionRequest.withEventCategories
(Collection<String> eventCategories) Specifies the Amazon Redshift event categories to be published by the event notification subscription.CreateEventSubscriptionRequest.withSeverity
(String severity) Specifies the Amazon Redshift event severity to be published by the event notification subscription.CreateEventSubscriptionRequest.withSnsTopicArn
(String snsTopicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications.CreateEventSubscriptionRequest.withSourceIds
(String... sourceIds) A list of one or more identifiers of Amazon Redshift source objects.CreateEventSubscriptionRequest.withSourceIds
(Collection<String> sourceIds) A list of one or more identifiers of Amazon Redshift source objects.CreateEventSubscriptionRequest.withSourceType
(String sourceType) The type of source that will be generating the events.CreateEventSubscriptionRequest.withSubscriptionName
(String subscriptionName) The name of the event subscription to be created.A list of tag instances.CreateEventSubscriptionRequest.withTags
(Collection<Tag> tags) A list of tag instances.