Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.notificationscontacts AWS User Notifications Contacts is a service that allows you to create and manage email contacts for AWS User Notifications. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseNotificationsContactsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).default UntagResourceResponseNotificationsContactsClient. untagResource(UntagResourceRequest untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.notificationscontacts that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>NotificationsContactsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).default CompletableFuture<UntagResourceResponse>NotificationsContactsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).
-