| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice |
|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEventSubscriptionResult> |
AWSDatabaseMigrationServiceAsyncClient.createEventSubscriptionAsync(CreateEventSubscriptionRequest request,
AsyncHandler<CreateEventSubscriptionRequest,CreateEventSubscriptionResult> asyncHandler) |
Future<CreateEventSubscriptionResult> |
AWSDatabaseMigrationServiceAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest createEventSubscriptionRequest,
AsyncHandler<CreateEventSubscriptionRequest,CreateEventSubscriptionResult> asyncHandler)
Creates an AWS DMS event notification subscription.
|
Future<CreateEventSubscriptionResult> |
AbstractAWSDatabaseMigrationServiceAsync.createEventSubscriptionAsync(CreateEventSubscriptionRequest request,
AsyncHandler<CreateEventSubscriptionRequest,CreateEventSubscriptionResult> 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, or set to false to create the
subscription but not activate it.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEventCategories(Collection<String> eventCategories)
A list of event categories for a source type that you want to subscribe to.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withEventCategories(String... eventCategories)
A list of event categories for a source type that you want to subscribe to.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceIds(Collection<String> sourceIds)
The list of identifiers of the event sources for which events will be returned.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceIds(String... sourceIds)
The list of identifiers of the event sources for which events will be returned.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSourceType(String sourceType)
The type of AWS DMS resource that generates the events.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withSubscriptionName(String subscriptionName)
The name of the DMS event notification subscription.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Collection<Tag> tags)
A tag to be attached to the event subscription.
|
CreateEventSubscriptionRequest |
CreateEventSubscriptionRequest.withTags(Tag... tags)
A tag to be attached to the event subscription.
|
Copyright © 2017. All rights reserved.