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