| 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 |
|---|---|
CreateConnectionResult |
AbstractAmazonEventBridge.createConnection(CreateConnectionRequest request) |
CreateConnectionResult |
AmazonEventBridge.createConnection(CreateConnectionRequest createConnectionRequest)
Creates a connection.
|
CreateConnectionResult |
AmazonEventBridgeClient.createConnection(CreateConnectionRequest request)
Creates a connection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectionResult> |
AmazonEventBridgeAsyncClient.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AbstractAmazonEventBridgeAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AmazonEventBridgeAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a connection.
|
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResult |
CreateConnectionResult.clone() |
CreateConnectionResult |
CreateConnectionResult.withConnectionArn(String connectionArn)
The ARN of the connection that was created by the request.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection that was created by the request.
|
CreateConnectionResult |
CreateConnectionResult.withConnectionState(String connectionState)
The state of the connection that was created by the request.
|
CreateConnectionResult |
CreateConnectionResult.withCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
|
CreateConnectionResult |
CreateConnectionResult.withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last updated.
|
Copyright © 2023. All rights reserved.