Uses of Class
software.amazon.awssdk.services.eventbridge.model.PutTargetsResponse
-
Packages that use PutTargetsResponse Package Description software.amazon.awssdk.services.eventbridge 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 PutTargetsResponse Modifier and Type Method Description default 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 PutTargetsResponse Modifier and Type Method Description default 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.
-