Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<EventSubscription> |
AbstractAmazonRedshiftAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest request,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler) |
Future<EventSubscription> |
AmazonRedshiftAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler)
Creates an Amazon Redshift event notification subscription.
|
Future<EventSubscription> |
AmazonRedshiftAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest request,
AsyncHandler<CreateEventSubscriptionRequest,EventSubscription> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.clone() |
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEnabled(Boolean enabled)
A boolean value; set to
true to activate the subscription, and set to false to create
the subscription but not activate 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.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Collection<Tag> tags)
A list of tag instances.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Tag... tags)
A list of tag instances.
|
Copyright © 2023. All rights reserved.