CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.clone() |
|
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(String... eventCategories) |
A list of event categories for a SourceType that you want to subscribe
to.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEventCategories(Collection<String> eventCategories) |
A list of event categories for a SourceType that you want to subscribe
to.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSnsTopicArn(String snsTopicArn) |
The Amazon Resource Name (ARN) of the SNS topic created for event
notification.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceIds(String... sourceIds) |
The list of identifiers of the event sources for which events will be
returned.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceIds(Collection<String> sourceIds) |
The list of identifiers of the event sources for which events will be
returned.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceType(String sourceType) |
The type of source that will be generating the events.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSubscriptionName(String subscriptionName) |
The name of the subscription.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Tag... tags) |
NOTE: This method appends the values to the existing list (if
any).
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Collection<Tag> tags) |
|