| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents |
Amazon EventBridge helps you to respond to state changes in your AWS resources.
|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResult |
AmazonCloudWatchEvents.createConnection(CreateConnectionRequest createConnectionRequest)
Creates a connection.
|
CreateConnectionResult |
AmazonCloudWatchEventsClient.createConnection(CreateConnectionRequest request)
Creates a connection.
|
CreateConnectionResult |
AbstractAmazonCloudWatchEvents.createConnection(CreateConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectionResult> |
AbstractAmazonCloudWatchEventsAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AmazonCloudWatchEventsAsyncClient.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AmazonCloudWatchEventsAsync.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 © 2021. All rights reserved.