Uses of Class
software.amazon.awssdk.services.scheduler.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.scheduler Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.scheduler
Methods in software.amazon.awssdk.services.scheduler that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSchedulerClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource.default TagResourceResponseSchedulerClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource.Methods in software.amazon.awssdk.services.scheduler that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SchedulerAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource.default CompletableFuture<TagResourceResponse>SchedulerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified EventBridge Scheduler resource.
-