| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default UntagResourceResponse |
SchedulerClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified EventBridge Scheduler schedule group.
|
default UntagResourceResponse |
SchedulerClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified EventBridge Scheduler schedule group.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.