Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseNotificationsContactsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).default TagResourceResponseNotificationsContactsClient. tagResource(TagResourceRequest tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.notificationscontacts that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>NotificationsContactsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).default CompletableFuture<TagResourceResponse>NotificationsContactsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
-