Uses of Class
software.amazon.awssdk.services.eventbridge.model.DeauthorizeConnectionResponse
-
Packages that use DeauthorizeConnectionResponse Package Description software.amazon.awssdk.services.eventbridge 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 DeauthorizeConnectionResponse Modifier and Type Method Description default 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 DeauthorizeConnectionResponse Modifier and Type Method Description default CompletableFuture<DeauthorizeConnectionResponse>EventBridgeAsyncClient. deauthorizeConnection(Consumer<DeauthorizeConnectionRequest.Builder> deauthorizeConnectionRequest)Removes all authorization parameters from the connection.default CompletableFuture<DeauthorizeConnectionResponse>EventBridgeAsyncClient. deauthorizeConnection(DeauthorizeConnectionRequest deauthorizeConnectionRequest)Removes all authorization parameters from the connection.
-