| 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 DescribeEventBusResponse |
CloudWatchEventsClient.describeEventBus()
Displays the external AWS accounts that are permitted to write events to your account using your account's event
bus, and the associated policy.
|
default DescribeEventBusResponse |
CloudWatchEventsClient.describeEventBus(Consumer<DescribeEventBusRequest.Builder> describeEventBusRequest)
Displays the external AWS accounts that are permitted to write events to your account using your account's event
bus, and the associated policy.
|
default DescribeEventBusResponse |
CloudWatchEventsClient.describeEventBus(DescribeEventBusRequest describeEventBusRequest)
Displays the external AWS accounts that are permitted to write events to your account using your account's event
bus, and the associated policy.
|
default DescribeRuleResponse |
CloudWatchEventsClient.describeRule(Consumer<DescribeRuleRequest.Builder> describeRuleRequest)
Describes the specified rule.
|
default DescribeRuleResponse |
CloudWatchEventsClient.describeRule(DescribeRuleRequest describeRuleRequest)
Describes the specified rule.
|
default DisableRuleResponse |
CloudWatchEventsClient.disableRule(Consumer<DisableRuleRequest.Builder> disableRuleRequest)
Disables the specified rule.
|
default DisableRuleResponse |
CloudWatchEventsClient.disableRule(DisableRuleRequest disableRuleRequest)
Disables the specified rule.
|
default EnableRuleResponse |
CloudWatchEventsClient.enableRule(Consumer<EnableRuleRequest.Builder> enableRuleRequest)
Enables the specified rule.
|
default EnableRuleResponse |
CloudWatchEventsClient.enableRule(EnableRuleRequest enableRuleRequest)
Enables the specified rule.
|
default ListTargetsByRuleResponse |
CloudWatchEventsClient.listTargetsByRule(Consumer<ListTargetsByRuleRequest.Builder> listTargetsByRuleRequest)
Lists the targets assigned to the specified rule.
|
default ListTargetsByRuleResponse |
CloudWatchEventsClient.listTargetsByRule(ListTargetsByRuleRequest listTargetsByRuleRequest)
Lists the targets assigned to the specified rule.
|
default PutPermissionResponse |
CloudWatchEventsClient.putPermission(Consumer<PutPermissionRequest.Builder> putPermissionRequest)
Running
PutPermission permits the specified AWS account to put events to your account's default
event bus. |
default PutPermissionResponse |
CloudWatchEventsClient.putPermission(PutPermissionRequest putPermissionRequest)
Running
PutPermission permits the specified AWS account to put events to your account's default
event bus. |
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.
|
default RemovePermissionResponse |
CloudWatchEventsClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
Revokes the permission of another AWS account to be able to put events to your default event bus.
|
default RemovePermissionResponse |
CloudWatchEventsClient.removePermission(RemovePermissionRequest removePermissionRequest)
Revokes the permission of another AWS account to be able to put events to your default event bus.
|
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.
|
Copyright © 2018. All rights reserved.