Uses of Class
software.amazon.awssdk.services.neptune.model.AddSourceIdentifierToSubscriptionResponse
-
Packages that use AddSourceIdentifierToSubscriptionResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of AddSourceIdentifierToSubscriptionResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return AddSourceIdentifierToSubscriptionResponse Modifier and Type Method Description default AddSourceIdentifierToSubscriptionResponseNeptuneClient. addSourceIdentifierToSubscription(Consumer<AddSourceIdentifierToSubscriptionRequest.Builder> addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing event notification subscription.default AddSourceIdentifierToSubscriptionResponseNeptuneClient. addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing event notification subscription.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type AddSourceIdentifierToSubscriptionResponse Modifier and Type Method Description default CompletableFuture<AddSourceIdentifierToSubscriptionResponse>NeptuneAsyncClient. addSourceIdentifierToSubscription(Consumer<AddSourceIdentifierToSubscriptionRequest.Builder> addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing event notification subscription.default CompletableFuture<AddSourceIdentifierToSubscriptionResponse>NeptuneAsyncClient. addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing event notification subscription.
-