| 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 PutPermissionResponse |
CloudWatchEventsClient.putPermission(Consumer<PutPermissionRequest.Builder> putPermissionRequest)
Running
PutPermission permits the specified AWS account or AWS organization to put events to the
specified event bus. |
default PutPermissionResponse |
CloudWatchEventsClient.putPermission(PutPermissionRequest putPermissionRequest)
Running
PutPermission permits the specified AWS account or AWS organization to put events to the
specified event bus. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutPermissionResponse> |
CloudWatchEventsAsyncClient.putPermission(Consumer<PutPermissionRequest.Builder> putPermissionRequest)
Running
PutPermission permits the specified AWS account or AWS organization to put events to the
specified event bus. |
default CompletableFuture<PutPermissionResponse> |
CloudWatchEventsAsyncClient.putPermission(PutPermissionRequest putPermissionRequest)
Running
PutPermission permits the specified AWS account or AWS organization to put events to the
specified event bus. |
Copyright © 2020. All rights reserved.