| 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 |
|---|---|
Future<CreateConnectionResult> |
AbstractAmazonCloudWatchEventsAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AmazonCloudWatchEventsAsyncClient.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AmazonCloudWatchEventsAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a connection.
|
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionRequest |
CreateConnectionRequest.clone() |
CreateConnectionRequest |
CreateConnectionRequest.withAuthorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization to use for the connection.
|
CreateConnectionRequest |
CreateConnectionRequest.withAuthorizationType(String authorizationType)
The type of authorization to use for the connection.
|
CreateConnectionRequest |
CreateConnectionRequest.withAuthParameters(CreateConnectionAuthRequestParameters authParameters)
A
CreateConnectionAuthRequestParameters object that contains the authorization parameters to use to
authorize with the endpoint. |
CreateConnectionRequest |
CreateConnectionRequest.withDescription(String description)
A description for the connection to create.
|
CreateConnectionRequest |
CreateConnectionRequest.withName(String name)
The name for the connection to create.
|
Copyright © 2021. All rights reserved.