ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.clone() |
|
ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.withEnabled(Boolean enabled) |
A Boolean value indicating if the subscription is enabled.
|
ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.withEventCategories(String... eventCategories) |
Specifies the Amazon Redshift event categories to be published by the
event notification subscription.
|
ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.withEventCategories(Collection<String> eventCategories) |
Specifies the Amazon Redshift event categories to be published by the
event notification subscription.
|
ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.withSeverity(String severity) |
Specifies the Amazon Redshift event severity to be published by the event
notification subscription.
|
ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.withSnsTopicArn(String snsTopicArn) |
The Amazon Resource Name (ARN) of the SNS topic to be used by the event
notification subscription.
|
ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.withSourceIds(String... sourceIds) |
A list of one or more identifiers of Amazon Redshift source objects.
|
ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.withSourceIds(Collection<String> sourceIds) |
A list of one or more identifiers of Amazon Redshift source objects.
|
ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.withSourceType(String sourceType) |
The type of source that will be generating the events.
|
ModifyEventSubscriptionRequest |
ModifyEventSubscriptionRequest.withSubscriptionName(String subscriptionName) |
The name of the modified Amazon Redshift event notification subscription.
|