Uses of Class
software.amazon.awssdk.services.notifications.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseNotificationsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags the resource with a tag key and value.default TagResourceResponseNotificationsClient. tagResource(TagResourceRequest tagResourceRequest)Tags the resource with a tag key and value.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>NotificationsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags the resource with a tag key and value.default CompletableFuture<TagResourceResponse>NotificationsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags the resource with a tag key and value.
-