| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectionResult |
AmazonCloudWatchEventsClient.updateConnection(UpdateConnectionRequest request)
Updates settings for a connection.
|
UpdateConnectionResult |
AbstractAmazonCloudWatchEvents.updateConnection(UpdateConnectionRequest request) |
UpdateConnectionResult |
AmazonCloudWatchEvents.updateConnection(UpdateConnectionRequest updateConnectionRequest)
Updates settings for a connection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateConnectionResult> |
AmazonCloudWatchEventsAsyncClient.updateConnectionAsync(UpdateConnectionRequest request,
AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler) |
Future<UpdateConnectionResult> |
AbstractAmazonCloudWatchEventsAsync.updateConnectionAsync(UpdateConnectionRequest request,
AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler) |
Future<UpdateConnectionResult> |
AmazonCloudWatchEventsAsync.updateConnectionAsync(UpdateConnectionRequest updateConnectionRequest,
AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler)
Updates settings for a connection.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectionResult |
UpdateConnectionResult.clone() |
UpdateConnectionResult |
UpdateConnectionResult.withConnectionArn(String connectionArn)
The ARN of the connection that was updated.
|
UpdateConnectionResult |
UpdateConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection that was updated.
|
UpdateConnectionResult |
UpdateConnectionResult.withConnectionState(String connectionState)
The state of the connection that was updated.
|
UpdateConnectionResult |
UpdateConnectionResult.withCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
|
UpdateConnectionResult |
UpdateConnectionResult.withLastAuthorizedTime(Date lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
UpdateConnectionResult |
UpdateConnectionResult.withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last modified.
|
Copyright © 2024. All rights reserved.