| 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 |
|---|---|
Future<ListConnectionsResult> |
AbstractAmazonCloudWatchEventsAsync.listConnectionsAsync(ListConnectionsRequest request,
AsyncHandler<ListConnectionsRequest,ListConnectionsResult> asyncHandler) |
Future<ListConnectionsResult> |
AmazonCloudWatchEventsAsync.listConnectionsAsync(ListConnectionsRequest listConnectionsRequest,
AsyncHandler<ListConnectionsRequest,ListConnectionsResult> asyncHandler)
Retrieves a list of connections from the account.
|
Future<ListConnectionsResult> |
AmazonCloudWatchEventsAsyncClient.listConnectionsAsync(ListConnectionsRequest request,
AsyncHandler<ListConnectionsRequest,ListConnectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsRequest |
ListConnectionsRequest.clone() |
ListConnectionsRequest |
ListConnectionsRequest.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
ListConnectionsRequest |
ListConnectionsRequest.withConnectionState(String connectionState)
The state of the connection.
|
ListConnectionsRequest |
ListConnectionsRequest.withLimit(Integer limit)
The maximum number of connections to return.
|
ListConnectionsRequest |
ListConnectionsRequest.withNamePrefix(String namePrefix)
A name prefix to filter results returned.
|
ListConnectionsRequest |
ListConnectionsRequest.withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
Copyright © 2023. All rights reserved.