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