| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The Amazon WorkDocs API is designed for the following use cases:
|
| software.amazon.awssdk.services.workdocs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeNotificationSubscriptionsResponse |
WorkDocsClient.describeNotificationSubscriptions(Consumer<DescribeNotificationSubscriptionsRequest.Builder> describeNotificationSubscriptionsRequest)
Lists the specified notification subscriptions.
|
default DescribeNotificationSubscriptionsResponse |
WorkDocsClient.describeNotificationSubscriptions(DescribeNotificationSubscriptionsRequest describeNotificationSubscriptionsRequest)
Lists the specified notification subscriptions.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeNotificationSubscriptionsResponse> |
DescribeNotificationSubscriptionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNotificationSubscriptionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeNotificationSubscriptionsResponse> subscriber) |
Copyright © 2023. All rights reserved.