| 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 |
|---|---|
DescribeConnectionResult |
AmazonCloudWatchEventsClient.describeConnection(DescribeConnectionRequest request)
Retrieves details about a connection.
|
DescribeConnectionResult |
AmazonCloudWatchEvents.describeConnection(DescribeConnectionRequest describeConnectionRequest)
Retrieves details about a connection.
|
DescribeConnectionResult |
AbstractAmazonCloudWatchEvents.describeConnection(DescribeConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeConnectionResult> |
AmazonCloudWatchEventsAsyncClient.describeConnectionAsync(DescribeConnectionRequest request,
AsyncHandler<DescribeConnectionRequest,DescribeConnectionResult> asyncHandler) |
Future<DescribeConnectionResult> |
AmazonCloudWatchEventsAsync.describeConnectionAsync(DescribeConnectionRequest describeConnectionRequest,
AsyncHandler<DescribeConnectionRequest,DescribeConnectionResult> asyncHandler)
Retrieves details about a connection.
|
Future<DescribeConnectionResult> |
AbstractAmazonCloudWatchEventsAsync.describeConnectionAsync(DescribeConnectionRequest request,
AsyncHandler<DescribeConnectionRequest,DescribeConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionResult |
DescribeConnectionResult.clone() |
DescribeConnectionResult |
DescribeConnectionResult.withAuthorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization specified for the connection.
|
DescribeConnectionResult |
DescribeConnectionResult.withAuthorizationType(String authorizationType)
The type of authorization specified for the connection.
|
DescribeConnectionResult |
DescribeConnectionResult.withAuthParameters(ConnectionAuthResponseParameters authParameters)
The parameters to use for authorization for the connection.
|
DescribeConnectionResult |
DescribeConnectionResult.withConnectionArn(String connectionArn)
The ARN of the connection retrieved.
|
DescribeConnectionResult |
DescribeConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection retrieved.
|
DescribeConnectionResult |
DescribeConnectionResult.withConnectionState(String connectionState)
The state of the connection retrieved.
|
DescribeConnectionResult |
DescribeConnectionResult.withCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
|
DescribeConnectionResult |
DescribeConnectionResult.withDescription(String description)
The description for the connection retrieved.
|
DescribeConnectionResult |
DescribeConnectionResult.withLastAuthorizedTime(Date lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
DescribeConnectionResult |
DescribeConnectionResult.withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last modified.
|
DescribeConnectionResult |
DescribeConnectionResult.withName(String name)
The name of the connection retrieved.
|
DescribeConnectionResult |
DescribeConnectionResult.withSecretArn(String secretArn)
The ARN of the secret created from the authorization parameters specified for the connection.
|
DescribeConnectionResult |
DescribeConnectionResult.withStateReason(String stateReason)
The reason that the connection is in the current connection state.
|
Copyright © 2023. All rights reserved.