| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchevents |
Amazon CloudWatch Events helps you to respond to state changes in your AWS resources.
|
| software.amazon.awssdk.services.cloudwatchevents.transform |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutPermissionResponse> |
CloudWatchEventsAsyncClient.putPermission(Consumer<PutPermissionRequest.Builder> putPermissionRequest)
Running
PutPermission permits the specified AWS account to put events to your account's default
event bus. |
default CompletableFuture<PutPermissionResponse> |
CloudWatchEventsAsyncClient.putPermission(PutPermissionRequest putPermissionRequest)
Running
PutPermission permits the specified AWS account to put events to your account's default
event bus. |
| Modifier and Type | Method and Description |
|---|---|
PutPermissionResponse |
PutPermissionResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.