| 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 |
|---|---|
DeauthorizeConnectionResult |
AmazonCloudWatchEventsClient.deauthorizeConnection(DeauthorizeConnectionRequest request)
Removes all authorization parameters from the connection.
|
DeauthorizeConnectionResult |
AmazonCloudWatchEvents.deauthorizeConnection(DeauthorizeConnectionRequest deauthorizeConnectionRequest)
Removes all authorization parameters from the connection.
|
DeauthorizeConnectionResult |
AbstractAmazonCloudWatchEvents.deauthorizeConnection(DeauthorizeConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeauthorizeConnectionResult> |
AmazonCloudWatchEventsAsyncClient.deauthorizeConnectionAsync(DeauthorizeConnectionRequest request,
AsyncHandler<DeauthorizeConnectionRequest,DeauthorizeConnectionResult> asyncHandler) |
Future<DeauthorizeConnectionResult> |
AmazonCloudWatchEventsAsync.deauthorizeConnectionAsync(DeauthorizeConnectionRequest deauthorizeConnectionRequest,
AsyncHandler<DeauthorizeConnectionRequest,DeauthorizeConnectionResult> asyncHandler)
Removes all authorization parameters from the connection.
|
Future<DeauthorizeConnectionResult> |
AbstractAmazonCloudWatchEventsAsync.deauthorizeConnectionAsync(DeauthorizeConnectionRequest request,
AsyncHandler<DeauthorizeConnectionRequest,DeauthorizeConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeauthorizeConnectionResult |
DeauthorizeConnectionResult.clone() |
DeauthorizeConnectionResult |
DeauthorizeConnectionResult.withConnectionArn(String connectionArn)
The ARN of the connection that authorization was removed from.
|
DeauthorizeConnectionResult |
DeauthorizeConnectionResult.withConnectionState(ConnectionState connectionState)
The state of the connection.
|
DeauthorizeConnectionResult |
DeauthorizeConnectionResult.withConnectionState(String connectionState)
The state of the connection.
|
DeauthorizeConnectionResult |
DeauthorizeConnectionResult.withCreationTime(Date creationTime)
A time stamp for the time that the connection was created.
|
DeauthorizeConnectionResult |
DeauthorizeConnectionResult.withLastAuthorizedTime(Date lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
DeauthorizeConnectionResult |
DeauthorizeConnectionResult.withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the connection was last updated.
|
Copyright © 2023. All rights reserved.