Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.UpdateConnectionResponse
-
Packages that use UpdateConnectionResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of UpdateConnectionResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return UpdateConnectionResponse Modifier and Type Method Description default UpdateConnectionResponseCloudWatchEventsClient. updateConnection(Consumer<UpdateConnectionRequest.Builder> updateConnectionRequest)Updates settings for a connection.default UpdateConnectionResponseCloudWatchEventsClient. updateConnection(UpdateConnectionRequest updateConnectionRequest)Updates settings for a connection.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type UpdateConnectionResponse Modifier and Type Method Description default CompletableFuture<UpdateConnectionResponse>CloudWatchEventsAsyncClient. updateConnection(Consumer<UpdateConnectionRequest.Builder> updateConnectionRequest)Updates settings for a connection.default CompletableFuture<UpdateConnectionResponse>CloudWatchEventsAsyncClient. updateConnection(UpdateConnectionRequest updateConnectionRequest)Updates settings for a connection.
-