| 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 |
|---|---|
UpdateConnectionResult |
AbstractAmazonEventBridge.updateConnection(UpdateConnectionRequest request) |
UpdateConnectionResult |
AmazonEventBridge.updateConnection(UpdateConnectionRequest updateConnectionRequest)
Updates settings for a connection.
|
UpdateConnectionResult |
AmazonEventBridgeClient.updateConnection(UpdateConnectionRequest request)
Updates settings for a connection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateConnectionResult> |
AmazonEventBridgeAsyncClient.updateConnectionAsync(UpdateConnectionRequest request,
AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler) |
Future<UpdateConnectionResult> |
AbstractAmazonEventBridgeAsync.updateConnectionAsync(UpdateConnectionRequest request,
AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler) |
Future<UpdateConnectionResult> |
AmazonEventBridgeAsync.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 © 2023. All rights reserved.