Uses of Class
software.amazon.awssdk.services.scheduler.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.scheduler
Methods in software.amazon.awssdk.services.scheduler that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSchedulerClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified EventBridge Scheduler schedule group.default UntagResourceResponseSchedulerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified EventBridge Scheduler schedule group.Methods in software.amazon.awssdk.services.scheduler that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SchedulerAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified EventBridge Scheduler schedule group.default CompletableFuture<UntagResourceResponse>SchedulerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified EventBridge Scheduler schedule group.
-