Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.DeactivateEventSourceResponse
-
Packages that use DeactivateEventSourceResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of DeactivateEventSourceResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return DeactivateEventSourceResponse Modifier and Type Method Description default DeactivateEventSourceResponseCloudWatchEventsClient. deactivateEventSource(Consumer<DeactivateEventSourceRequest.Builder> deactivateEventSourceRequest)You can use this operation to temporarily stop receiving events from the specified partner event source.default DeactivateEventSourceResponseCloudWatchEventsClient. 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.cloudwatchevents that return types with arguments of type DeactivateEventSourceResponse Modifier and Type Method Description default CompletableFuture<DeactivateEventSourceResponse>CloudWatchEventsAsyncClient. deactivateEventSource(Consumer<DeactivateEventSourceRequest.Builder> deactivateEventSourceRequest)You can use this operation to temporarily stop receiving events from the specified partner event source.default CompletableFuture<DeactivateEventSourceResponse>CloudWatchEventsAsyncClient. deactivateEventSource(DeactivateEventSourceRequest deactivateEventSourceRequest)You can use this operation to temporarily stop receiving events from the specified partner event source.
-