Uses of Class
software.amazon.awssdk.services.eventbridge.model.DeauthorizeConnectionResponse
Packages that use DeauthorizeConnectionResponse
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of DeauthorizeConnectionResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return DeauthorizeConnectionResponseModifier and TypeMethodDescriptiondefault DeauthorizeConnectionResponseEventBridgeClient.deauthorizeConnection(Consumer<DeauthorizeConnectionRequest.Builder> deauthorizeConnectionRequest) Removes all authorization parameters from the connection.default DeauthorizeConnectionResponseEventBridgeClient.deauthorizeConnection(DeauthorizeConnectionRequest deauthorizeConnectionRequest) Removes all authorization parameters from the connection.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type DeauthorizeConnectionResponseModifier and TypeMethodDescriptionEventBridgeAsyncClient.deauthorizeConnection(Consumer<DeauthorizeConnectionRequest.Builder> deauthorizeConnectionRequest) Removes all authorization parameters from the connection.EventBridgeAsyncClient.deauthorizeConnection(DeauthorizeConnectionRequest deauthorizeConnectionRequest) Removes all authorization parameters from the connection.