| 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 |
|---|---|
CreateApiDestinationResult |
AmazonCloudWatchEventsClient.createApiDestination(CreateApiDestinationRequest request)
Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.
|
CreateApiDestinationResult |
AmazonCloudWatchEvents.createApiDestination(CreateApiDestinationRequest createApiDestinationRequest)
Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.
|
CreateApiDestinationResult |
AbstractAmazonCloudWatchEvents.createApiDestination(CreateApiDestinationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApiDestinationResult> |
AbstractAmazonCloudWatchEventsAsync.createApiDestinationAsync(CreateApiDestinationRequest request,
AsyncHandler<CreateApiDestinationRequest,CreateApiDestinationResult> asyncHandler) |
Future<CreateApiDestinationResult> |
AmazonCloudWatchEventsAsync.createApiDestinationAsync(CreateApiDestinationRequest createApiDestinationRequest,
AsyncHandler<CreateApiDestinationRequest,CreateApiDestinationResult> asyncHandler)
Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.
|
Future<CreateApiDestinationResult> |
AmazonCloudWatchEventsAsyncClient.createApiDestinationAsync(CreateApiDestinationRequest request,
AsyncHandler<CreateApiDestinationRequest,CreateApiDestinationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApiDestinationResult |
CreateApiDestinationResult.clone() |
CreateApiDestinationResult |
CreateApiDestinationResult.withApiDestinationArn(String apiDestinationArn)
The ARN of the API destination that was created by the request.
|
CreateApiDestinationResult |
CreateApiDestinationResult.withApiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination that was created by the request.
|
CreateApiDestinationResult |
CreateApiDestinationResult.withApiDestinationState(String apiDestinationState)
The state of the API destination that was created by the request.
|
CreateApiDestinationResult |
CreateApiDestinationResult.withCreationTime(Date creationTime)
A time stamp indicating the time that the API destination was created.
|
CreateApiDestinationResult |
CreateApiDestinationResult.withLastModifiedTime(Date lastModifiedTime)
A time stamp indicating the time that the API destination was last modified.
|
Copyright © 2023. All rights reserved.