Uses of Class
software.amazon.awssdk.services.notificationscontacts.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>NotificationsContactsAsyncClient. tagResource(TagResourceRequest 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). -
Uses of TagResourceRequest in software.amazon.awssdk.services.notificationscontacts.transform
Methods in software.amazon.awssdk.services.notificationscontacts.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-