Uses of Class
software.amazon.awssdk.services.eventbridge.model.DeactivateEventSourceResponse
-
Packages that use DeactivateEventSourceResponse Package Description software.amazon.awssdk.services.eventbridge 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 DeactivateEventSourceResponse Modifier and Type Method Description default 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 DeactivateEventSourceResponse Modifier and Type Method Description default CompletableFuture<DeactivateEventSourceResponse>EventBridgeAsyncClient. deactivateEventSource(Consumer<DeactivateEventSourceRequest.Builder> deactivateEventSourceRequest)You can use this operation to temporarily stop receiving events from the specified partner event source.default CompletableFuture<DeactivateEventSourceResponse>EventBridgeAsyncClient. deactivateEventSource(DeactivateEventSourceRequest deactivateEventSourceRequest)You can use this operation to temporarily stop receiving events from the specified partner event source.
-