| 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 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 CompletableFuture<PutTargetsResponse> |
CloudWatchEventsAsyncClient.putTargets(PutTargetsRequest putTargetsRequest)
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the
rule.
|
| Modifier and Type | Method and Description |
|---|---|
Request<PutTargetsRequest> |
PutTargetsRequestMarshaller.marshall(PutTargetsRequest putTargetsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<PutTargetsRequest> |
PutTargetsRequestMarshaller.marshall(PutTargetsRequest putTargetsRequest) |
void |
PutTargetsRequestModelMarshaller.marshall(PutTargetsRequest putTargetsRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.