| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your AWS resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEventBusResult> |
AbstractAmazonEventBridgeAsync.createEventBusAsync(CreateEventBusRequest request,
AsyncHandler<CreateEventBusRequest,CreateEventBusResult> asyncHandler) |
Future<CreateEventBusResult> |
AmazonEventBridgeAsyncClient.createEventBusAsync(CreateEventBusRequest request,
AsyncHandler<CreateEventBusRequest,CreateEventBusResult> asyncHandler) |
Future<CreateEventBusResult> |
AmazonEventBridgeAsync.createEventBusAsync(CreateEventBusRequest createEventBusRequest,
AsyncHandler<CreateEventBusRequest,CreateEventBusResult> asyncHandler)
Creates a new event bus within your account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEventBusRequest |
CreateEventBusRequest.clone() |
CreateEventBusRequest |
CreateEventBusRequest.withEventSourceName(String eventSourceName)
If you are creating a partner event bus, this specifies the partner event source that the new event bus will be
matched with.
|
CreateEventBusRequest |
CreateEventBusRequest.withName(String name)
The name of the new event bus.
|
CreateEventBusRequest |
CreateEventBusRequest.withTags(Collection<Tag> tags)
Tags to associate with the event bus.
|
CreateEventBusRequest |
CreateEventBusRequest.withTags(Tag... tags)
Tags to associate with the event bus.
|
Copyright © 2020. All rights reserved.