Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.DeleteEventBusResponse
-
Packages that use DeleteEventBusResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of DeleteEventBusResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return DeleteEventBusResponse Modifier and Type Method Description default DeleteEventBusResponseCloudWatchEventsClient. deleteEventBus(Consumer<DeleteEventBusRequest.Builder> deleteEventBusRequest)Deletes the specified custom event bus or partner event bus.default DeleteEventBusResponseCloudWatchEventsClient. deleteEventBus(DeleteEventBusRequest deleteEventBusRequest)Deletes the specified custom event bus or partner event bus.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type DeleteEventBusResponse Modifier and Type Method Description default CompletableFuture<DeleteEventBusResponse>CloudWatchEventsAsyncClient. deleteEventBus(Consumer<DeleteEventBusRequest.Builder> deleteEventBusRequest)Deletes the specified custom event bus or partner event bus.default CompletableFuture<DeleteEventBusResponse>CloudWatchEventsAsyncClient. deleteEventBus(DeleteEventBusRequest deleteEventBusRequest)Deletes the specified custom event bus or partner event bus.
-