Uses of Class
software.amazon.awssdk.services.eventbridge.model.UpdateEventBusResponse
-
Packages that use UpdateEventBusResponse Package Description software.amazon.awssdk.services.eventbridge Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of UpdateEventBusResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return UpdateEventBusResponse Modifier and Type Method Description default UpdateEventBusResponseEventBridgeClient. updateEventBus(Consumer<UpdateEventBusRequest.Builder> updateEventBusRequest)Updates the specified event bus.default UpdateEventBusResponseEventBridgeClient. updateEventBus(UpdateEventBusRequest updateEventBusRequest)Updates the specified event bus.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type UpdateEventBusResponse Modifier and Type Method Description default CompletableFuture<UpdateEventBusResponse>EventBridgeAsyncClient. updateEventBus(Consumer<UpdateEventBusRequest.Builder> updateEventBusRequest)Updates the specified event bus.default CompletableFuture<UpdateEventBusResponse>EventBridgeAsyncClient. updateEventBus(UpdateEventBusRequest updateEventBusRequest)Updates the specified event bus.
-