| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchevents |
Amazon EventBridge helps you to respond to state changes in your AWS resources.
|
| Modifier and Type | Method and Description |
|---|---|
default RemoveTargetsResponse |
CloudWatchEventsClient.removeTargets(Consumer<RemoveTargetsRequest.Builder> removeTargetsRequest)
Removes the specified targets from the specified rule.
|
default RemoveTargetsResponse |
CloudWatchEventsClient.removeTargets(RemoveTargetsRequest removeTargetsRequest)
Removes the specified targets from the specified rule.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveTargetsResponse> |
CloudWatchEventsAsyncClient.removeTargets(Consumer<RemoveTargetsRequest.Builder> removeTargetsRequest)
Removes the specified targets from the specified rule.
|
default CompletableFuture<RemoveTargetsResponse> |
CloudWatchEventsAsyncClient.removeTargets(RemoveTargetsRequest removeTargetsRequest)
Removes the specified targets from the specified rule.
|
Copyright © 2020. All rights reserved.