Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.CreateEventBusResponse
-
Packages that use CreateEventBusResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of CreateEventBusResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return CreateEventBusResponse Modifier and Type Method Description default CreateEventBusResponseCloudWatchEventsClient. createEventBus(Consumer<CreateEventBusRequest.Builder> createEventBusRequest)Creates a new event bus within your account.default CreateEventBusResponseCloudWatchEventsClient. createEventBus(CreateEventBusRequest createEventBusRequest)Creates a new event bus within your account.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type CreateEventBusResponse Modifier and Type Method Description default CompletableFuture<CreateEventBusResponse>CloudWatchEventsAsyncClient. createEventBus(Consumer<CreateEventBusRequest.Builder> createEventBusRequest)Creates a new event bus within your account.default CompletableFuture<CreateEventBusResponse>CloudWatchEventsAsyncClient. createEventBus(CreateEventBusRequest createEventBusRequest)Creates a new event bus within your account.
-