Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.UpdateApiDestinationResponse
-
Packages that use UpdateApiDestinationResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of UpdateApiDestinationResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return UpdateApiDestinationResponse Modifier and Type Method Description default UpdateApiDestinationResponseCloudWatchEventsClient. updateApiDestination(Consumer<UpdateApiDestinationRequest.Builder> updateApiDestinationRequest)Updates an API destination.default UpdateApiDestinationResponseCloudWatchEventsClient. updateApiDestination(UpdateApiDestinationRequest updateApiDestinationRequest)Updates an API destination.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type UpdateApiDestinationResponse Modifier and Type Method Description default CompletableFuture<UpdateApiDestinationResponse>CloudWatchEventsAsyncClient. updateApiDestination(Consumer<UpdateApiDestinationRequest.Builder> updateApiDestinationRequest)Updates an API destination.default CompletableFuture<UpdateApiDestinationResponse>CloudWatchEventsAsyncClient. updateApiDestination(UpdateApiDestinationRequest updateApiDestinationRequest)Updates an API destination.
-