Uses of Class
software.amazon.awssdk.services.eventbridge.model.PutTargetsResponse
Packages that use PutTargetsResponse
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of PutTargetsResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return PutTargetsResponseModifier and TypeMethodDescriptiondefault PutTargetsResponseEventBridgeClient.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 PutTargetsResponseEventBridgeClient.putTargets(PutTargetsRequest putTargetsRequest) Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type PutTargetsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<PutTargetsResponse>EventBridgeAsyncClient.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 CompletableFuture<PutTargetsResponse>EventBridgeAsyncClient.putTargets(PutTargetsRequest putTargetsRequest) Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.