Uses of Class
software.amazon.awssdk.services.notifications.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.notifications The AWS User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseNotificationsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Untags a resource with a specified Amazon Resource Name (ARN).default UntagResourceResponseNotificationsClient. untagResource(UntagResourceRequest untagResourceRequest)Untags a resource with a specified Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.notifications that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>NotificationsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Untags a resource with a specified Amazon Resource Name (ARN).default CompletableFuture<UntagResourceResponse>NotificationsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Untags a resource with a specified Amazon Resource Name (ARN).
-