Uses of Class
software.amazon.awssdk.services.eventbridge.model.DeactivateEventSourceResponse
Packages that use DeactivateEventSourceResponse
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of DeactivateEventSourceResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return DeactivateEventSourceResponseModifier and TypeMethodDescriptiondefault DeactivateEventSourceResponseEventBridgeClient.deactivateEventSource(Consumer<DeactivateEventSourceRequest.Builder> deactivateEventSourceRequest) You can use this operation to temporarily stop receiving events from the specified partner event source.default DeactivateEventSourceResponseEventBridgeClient.deactivateEventSource(DeactivateEventSourceRequest deactivateEventSourceRequest) You can use this operation to temporarily stop receiving events from the specified partner event source.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type DeactivateEventSourceResponseModifier and TypeMethodDescriptionEventBridgeAsyncClient.deactivateEventSource(Consumer<DeactivateEventSourceRequest.Builder> deactivateEventSourceRequest) You can use this operation to temporarily stop receiving events from the specified partner event source.EventBridgeAsyncClient.deactivateEventSource(DeactivateEventSourceRequest deactivateEventSourceRequest) You can use this operation to temporarily stop receiving events from the specified partner event source.