| 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 |
|---|---|
DeleteConnectionResult |
AmazonCloudWatchEvents.deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Deletes a connection.
|
DeleteConnectionResult |
AmazonCloudWatchEventsClient.deleteConnection(DeleteConnectionRequest request)
Deletes a connection.
|
DeleteConnectionResult |
AbstractAmazonCloudWatchEvents.deleteConnection(DeleteConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteConnectionResult> |
AbstractAmazonCloudWatchEventsAsync.deleteConnectionAsync(DeleteConnectionRequest request,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler) |
Future<DeleteConnectionResult> |
AmazonCloudWatchEventsAsyncClient.deleteConnectionAsync(DeleteConnectionRequest request,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler) |
Future<DeleteConnectionResult> |
AmazonCloudWatchEventsAsync.deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest,
AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
Deletes a connection.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectionResult |
DeleteConnectionResult.clone() |
DeleteConnectionResult |
DeleteConnectionResult.withConnectionArn(String connectionArn)
The ARN of the connection that was deleted.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection before it was deleted.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnectionState(String connectionState)
The state of the connection before it was deleted.
|
DeleteConnectionResult |
DeleteConnectionResult.withCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
|
DeleteConnectionResult |
DeleteConnectionResult.withLastAuthorizedTime(Date lastAuthorizedTime)
A time stamp for the time that the connection was last authorized before it wa deleted.
|
DeleteConnectionResult |
DeleteConnectionResult.withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last modified before it was deleted.
|
Copyright © 2021. All rights reserved.