Uses of Interface
software.amazon.awssdk.services.eventbridge.model.ListTargetsByRuleRequest.Builder
Packages that use ListTargetsByRuleRequest.Builder
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of ListTargetsByRuleRequest.Builder in software.amazon.awssdk.services.eventbridge
Method parameters in software.amazon.awssdk.services.eventbridge with type arguments of type ListTargetsByRuleRequest.BuilderModifier and TypeMethodDescriptionEventBridgeAsyncClient.listTargetsByRule(Consumer<ListTargetsByRuleRequest.Builder> listTargetsByRuleRequest) Lists the targets assigned to the specified rule.default ListTargetsByRuleResponseEventBridgeClient.listTargetsByRule(Consumer<ListTargetsByRuleRequest.Builder> listTargetsByRuleRequest) Lists the targets assigned to the specified rule. -
Uses of ListTargetsByRuleRequest.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ListTargetsByRuleRequest.BuilderModifier and TypeMethodDescriptionListTargetsByRuleRequest.builder()ListTargetsByRuleRequest.Builder.eventBusName(String eventBusName) The name or ARN of the event bus associated with the rule.The maximum number of results to return.The token returned by a previous call, which you can use to retrieve the next set of results.ListTargetsByRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTargetsByRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the rule.ListTargetsByRuleRequest.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ListTargetsByRuleRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTargetsByRuleRequest.Builder>ListTargetsByRuleRequest.serializableBuilderClass()