| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
PutTargetsResult |
AbstractAmazonEventBridge.putTargets(PutTargetsRequest request) |
PutTargetsResult |
AmazonEventBridge.putTargets(PutTargetsRequest putTargetsRequest)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the
rule.
|
PutTargetsResult |
AmazonEventBridgeClient.putTargets(PutTargetsRequest request)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the
rule.
|
Future<PutTargetsResult> |
AmazonEventBridgeAsyncClient.putTargetsAsync(PutTargetsRequest request) |
Future<PutTargetsResult> |
AbstractAmazonEventBridgeAsync.putTargetsAsync(PutTargetsRequest request) |
Future<PutTargetsResult> |
AmazonEventBridgeAsync.putTargetsAsync(PutTargetsRequest putTargetsRequest)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the
rule.
|
Future<PutTargetsResult> |
AmazonEventBridgeAsyncClient.putTargetsAsync(PutTargetsRequest request,
AsyncHandler<PutTargetsRequest,PutTargetsResult> asyncHandler) |
Future<PutTargetsResult> |
AbstractAmazonEventBridgeAsync.putTargetsAsync(PutTargetsRequest request,
AsyncHandler<PutTargetsRequest,PutTargetsResult> asyncHandler) |
Future<PutTargetsResult> |
AmazonEventBridgeAsync.putTargetsAsync(PutTargetsRequest putTargetsRequest,
AsyncHandler<PutTargetsRequest,PutTargetsResult> asyncHandler)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the
rule.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutTargetsResult> |
AmazonEventBridgeAsyncClient.putTargetsAsync(PutTargetsRequest request,
AsyncHandler<PutTargetsRequest,PutTargetsResult> asyncHandler) |
Future<PutTargetsResult> |
AbstractAmazonEventBridgeAsync.putTargetsAsync(PutTargetsRequest request,
AsyncHandler<PutTargetsRequest,PutTargetsResult> asyncHandler) |
Future<PutTargetsResult> |
AmazonEventBridgeAsync.putTargetsAsync(PutTargetsRequest putTargetsRequest,
AsyncHandler<PutTargetsRequest,PutTargetsResult> asyncHandler)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the
rule.
|
| Modifier and Type | Method and Description |
|---|---|
PutTargetsRequest |
PutTargetsRequest.clone() |
PutTargetsRequest |
PutTargetsRequest.withEventBusName(String eventBusName)
The name or ARN of the event bus associated with the rule.
|
PutTargetsRequest |
PutTargetsRequest.withRule(String rule)
The name of the rule.
|
PutTargetsRequest |
PutTargetsRequest.withTargets(Collection<Target> targets)
The targets to update or add to the rule.
|
PutTargetsRequest |
PutTargetsRequest.withTargets(Target... targets)
The targets to update or add to the rule.
|
Copyright © 2023. All rights reserved.