| 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 PutEventsResponse |
CloudWatchEventsClient.putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest)
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.
|
default PutEventsResponse |
CloudWatchEventsClient.putEvents(PutEventsRequest putEventsRequest)
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutEventsResponse> |
CloudWatchEventsAsyncClient.putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest)
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.
|
default CompletableFuture<PutEventsResponse> |
CloudWatchEventsAsyncClient.putEvents(PutEventsRequest putEventsRequest)
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.
|
| Modifier and Type | Method and Description |
|---|---|
PutEventsResponse |
PutEventsResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.