Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.notificationscontacts.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>NotificationsContactsAsyncClient. untagResource(UntagResourceRequest 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). -
Uses of UntagResourceRequest in software.amazon.awssdk.services.notificationscontacts.transform
Methods in software.amazon.awssdk.services.notificationscontacts.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-