| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchevents |
Amazon CloudWatch Events helps you to respond to state changes in your AWS resources.
|
| Modifier and Type | Method and Description |
|---|---|
default PutRuleResponse |
CloudWatchEventsClient.putRule(Consumer<PutRuleRequest.Builder> putRuleRequest)
Creates or updates the specified rule.
|
default PutRuleResponse |
CloudWatchEventsClient.putRule(PutRuleRequest putRuleRequest)
Creates or updates the specified rule.
|
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.
|
Copyright © 2018. All rights reserved.