Uses of Class
software.amazon.awssdk.services.scheduler.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.scheduler.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.scheduler
Methods in software.amazon.awssdk.services.scheduler with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SchedulerAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.scheduler.transform
Methods in software.amazon.awssdk.services.scheduler.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-