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