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