Uses of Class
software.amazon.awssdk.services.workdocs.model.DescribeNotificationSubscriptionsResponse
-
Packages that use DescribeNotificationSubscriptionsResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.paginators -
-
Uses of DescribeNotificationSubscriptionsResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DescribeNotificationSubscriptionsResponse Modifier and Type Method Description default DescribeNotificationSubscriptionsResponseWorkDocsClient. describeNotificationSubscriptions(Consumer<DescribeNotificationSubscriptionsRequest.Builder> describeNotificationSubscriptionsRequest)Lists the specified notification subscriptions.default DescribeNotificationSubscriptionsResponseWorkDocsClient. describeNotificationSubscriptions(DescribeNotificationSubscriptionsRequest describeNotificationSubscriptionsRequest)Lists the specified notification subscriptions.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DescribeNotificationSubscriptionsResponse Modifier and Type Method Description default CompletableFuture<DescribeNotificationSubscriptionsResponse>WorkDocsAsyncClient. describeNotificationSubscriptions(Consumer<DescribeNotificationSubscriptionsRequest.Builder> describeNotificationSubscriptionsRequest)Lists the specified notification subscriptions.default CompletableFuture<DescribeNotificationSubscriptionsResponse>WorkDocsAsyncClient. describeNotificationSubscriptions(DescribeNotificationSubscriptionsRequest describeNotificationSubscriptionsRequest)Lists the specified notification subscriptions. -
Uses of DescribeNotificationSubscriptionsResponse in software.amazon.awssdk.services.workdocs.paginators
Methods in software.amazon.awssdk.services.workdocs.paginators that return types with arguments of type DescribeNotificationSubscriptionsResponse Modifier and Type Method Description Iterator<DescribeNotificationSubscriptionsResponse>DescribeNotificationSubscriptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.workdocs.paginators with type arguments of type DescribeNotificationSubscriptionsResponse Modifier and Type Method Description voidDescribeNotificationSubscriptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeNotificationSubscriptionsResponse> subscriber)
-