Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteNotificationSubscriptionResponse
Packages that use DeleteNotificationSubscriptionResponse
Package
Description
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 DeleteNotificationSubscriptionResponseModifier and TypeMethodDescriptionWorkDocsClient.deleteNotificationSubscription(Consumer<DeleteNotificationSubscriptionRequest.Builder> deleteNotificationSubscriptionRequest) Deletes the specified subscription from the specified organization.WorkDocsClient.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 DeleteNotificationSubscriptionResponseModifier and TypeMethodDescriptionWorkDocsAsyncClient.deleteNotificationSubscription(Consumer<DeleteNotificationSubscriptionRequest.Builder> deleteNotificationSubscriptionRequest) Deletes the specified subscription from the specified organization.WorkDocsAsyncClient.deleteNotificationSubscription(DeleteNotificationSubscriptionRequest deleteNotificationSubscriptionRequest) Deletes the specified subscription from the specified organization.