Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteNotificationSubscriptionResponse
-
Packages that use DeleteNotificationSubscriptionResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of DeleteNotificationSubscriptionResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DeleteNotificationSubscriptionResponse Modifier and Type Method Description default DeleteNotificationSubscriptionResponseWorkDocsClient. deleteNotificationSubscription(Consumer<DeleteNotificationSubscriptionRequest.Builder> deleteNotificationSubscriptionRequest)Deletes the specified subscription from the specified organization.default DeleteNotificationSubscriptionResponseWorkDocsClient. deleteNotificationSubscription(DeleteNotificationSubscriptionRequest deleteNotificationSubscriptionRequest)Deletes the specified subscription from the specified organization.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DeleteNotificationSubscriptionResponse Modifier and Type Method Description default CompletableFuture<DeleteNotificationSubscriptionResponse>WorkDocsAsyncClient. deleteNotificationSubscription(Consumer<DeleteNotificationSubscriptionRequest.Builder> deleteNotificationSubscriptionRequest)Deletes the specified subscription from the specified organization.default CompletableFuture<DeleteNotificationSubscriptionResponse>WorkDocsAsyncClient. deleteNotificationSubscription(DeleteNotificationSubscriptionRequest deleteNotificationSubscriptionRequest)Deletes the specified subscription from the specified organization.
-