Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCloudWatchEventsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified EventBridge resource.default TagResourceResponseCloudWatchEventsClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified EventBridge resource.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CloudWatchEventsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified EventBridge resource.default CompletableFuture<TagResourceResponse>CloudWatchEventsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified EventBridge resource.
-