Uses of Interface
software.amazon.awssdk.services.eventbridge.model.PutTargetsRequest.Builder
Packages that use PutTargetsRequest.Builder
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of PutTargetsRequest.Builder in software.amazon.awssdk.services.eventbridge
Method parameters in software.amazon.awssdk.services.eventbridge with type arguments of type PutTargetsRequest.BuilderModifier 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 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. -
Uses of PutTargetsRequest.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return PutTargetsRequest.BuilderModifier and TypeMethodDescriptionstatic PutTargetsRequest.BuilderPutTargetsRequest.builder()PutTargetsRequest.Builder.eventBusName(String eventBusName) The name or ARN of the event bus associated with the rule.PutTargetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutTargetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the rule.PutTargetsRequest.Builder.targets(Collection<Target> targets) The targets to update or add to the rule.PutTargetsRequest.Builder.targets(Consumer<Target.Builder>... targets) The targets to update or add to the rule.The targets to update or add to the rule.PutTargetsRequest.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type PutTargetsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutTargetsRequest.Builder>PutTargetsRequest.serializableBuilderClass()