| Package | Description |
|---|---|
| com.amazonaws.services.scheduler |
Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one
central, managed service.
|
| com.amazonaws.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResult |
AbstractAmazonScheduler.untagResource(UntagResourceRequest request) |
UntagResourceResult |
AmazonSchedulerClient.untagResource(UntagResourceRequest request)
Removes one or more tags from the specified EventBridge Scheduler schedule group.
|
UntagResourceResult |
AmazonScheduler.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified EventBridge Scheduler schedule group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AbstractAmazonSchedulerAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonSchedulerAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonSchedulerAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from the specified EventBridge Scheduler schedule group.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResult |
UntagResourceResult.clone() |
Copyright © 2024. All rights reserved.