| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEventBusResult |
AmazonEventBridgeClient.createEventBus(CreateEventBusRequest request)
Creates a new event bus within your account.
|
CreateEventBusResult |
AbstractAmazonEventBridge.createEventBus(CreateEventBusRequest request) |
CreateEventBusResult |
AmazonEventBridge.createEventBus(CreateEventBusRequest createEventBusRequest)
Creates a new event bus within your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEventBusResult> |
AmazonEventBridgeAsyncClient.createEventBusAsync(CreateEventBusRequest request,
AsyncHandler<CreateEventBusRequest,CreateEventBusResult> asyncHandler) |
Future<CreateEventBusResult> |
AbstractAmazonEventBridgeAsync.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 |
|---|---|
CreateEventBusResult |
CreateEventBusResult.clone() |
CreateEventBusResult |
CreateEventBusResult.withDeadLetterConfig(DeadLetterConfig deadLetterConfig) |
CreateEventBusResult |
CreateEventBusResult.withDescription(String description)
The event bus description.
|
CreateEventBusResult |
CreateEventBusResult.withEventBusArn(String eventBusArn)
The ARN of the new event bus.
|
CreateEventBusResult |
CreateEventBusResult.withKmsKeyIdentifier(String kmsKeyIdentifier)
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one
has been specified.
|
Copyright © 2025. All rights reserved.