Uses of Class
software.amazon.awssdk.services.workdocs.model.CreateNotificationSubscriptionResponse
-
Packages that use CreateNotificationSubscriptionResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of CreateNotificationSubscriptionResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return CreateNotificationSubscriptionResponse Modifier and Type Method Description default CreateNotificationSubscriptionResponse
WorkDocsClient. createNotificationSubscription(Consumer<CreateNotificationSubscriptionRequest.Builder> createNotificationSubscriptionRequest)
Configure Amazon WorkDocs to use Amazon SNS notifications.default CreateNotificationSubscriptionResponse
WorkDocsClient. createNotificationSubscription(CreateNotificationSubscriptionRequest createNotificationSubscriptionRequest)
Configure Amazon WorkDocs to use Amazon SNS notifications.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type CreateNotificationSubscriptionResponse Modifier and Type Method Description default CompletableFuture<CreateNotificationSubscriptionResponse>
WorkDocsAsyncClient. createNotificationSubscription(Consumer<CreateNotificationSubscriptionRequest.Builder> createNotificationSubscriptionRequest)
Configure Amazon WorkDocs to use Amazon SNS notifications.default CompletableFuture<CreateNotificationSubscriptionResponse>
WorkDocsAsyncClient. createNotificationSubscription(CreateNotificationSubscriptionRequest createNotificationSubscriptionRequest)
Configure Amazon WorkDocs to use Amazon SNS notifications.
-