Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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> |
AmazonRedshiftAsync.createEventSubscriptionAsync(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,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
Creates an Amazon Redshift event notification subscription.
|
Future<EventSubscription> |
AmazonRedshiftAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
Creates an Amazon Redshift event notification subscription.
|
Modifier and Type | Method and Description |
---|---|
Future<EventSubscription> |
AmazonRedshiftAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
Creates an Amazon Redshift event notification subscription.
|
Future<EventSubscription> |
AmazonRedshiftAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
Creates an Amazon Redshift event notification subscription.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.