| 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 PutTargetsResponse |
CloudWatchEventsClient.putTargets(Consumer<PutTargetsRequest.Builder> putTargetsRequest)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the
rule.
|
default PutTargetsResponse |
CloudWatchEventsClient.putTargets(PutTargetsRequest putTargetsRequest)
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 |
|---|---|
default CompletableFuture<PutTargetsResponse> |
CloudWatchEventsAsyncClient.putTargets(Consumer<PutTargetsRequest.Builder> putTargetsRequest)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the
rule.
|
default CompletableFuture<PutTargetsResponse> |
CloudWatchEventsAsyncClient.putTargets(PutTargetsRequest putTargetsRequest)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the
rule.
|
Copyright © 2020. All rights reserved.