Uses of Class
software.amazon.awssdk.services.docdb.model.AddSourceIdentifierToSubscriptionResponse
-
Packages that use AddSourceIdentifierToSubscriptionResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of AddSourceIdentifierToSubscriptionResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return AddSourceIdentifierToSubscriptionResponse Modifier and Type Method Description default AddSourceIdentifierToSubscriptionResponseDocDbClient. addSourceIdentifierToSubscription(Consumer<AddSourceIdentifierToSubscriptionRequest.Builder> addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing event notification subscription.default AddSourceIdentifierToSubscriptionResponseDocDbClient. addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing event notification subscription.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type AddSourceIdentifierToSubscriptionResponse Modifier and Type Method Description default CompletableFuture<AddSourceIdentifierToSubscriptionResponse>DocDbAsyncClient. addSourceIdentifierToSubscription(Consumer<AddSourceIdentifierToSubscriptionRequest.Builder> addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing event notification subscription.default CompletableFuture<AddSourceIdentifierToSubscriptionResponse>DocDbAsyncClient. addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing event notification subscription.
-