| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge |
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
CreateApiDestinationResult |
AbstractAmazonEventBridge.createApiDestination(CreateApiDestinationRequest request) |
CreateApiDestinationResult |
AmazonEventBridge.createApiDestination(CreateApiDestinationRequest createApiDestinationRequest)
Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.
|
CreateApiDestinationResult |
AmazonEventBridgeClient.createApiDestination(CreateApiDestinationRequest request)
Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApiDestinationResult> |
AmazonEventBridgeAsyncClient.createApiDestinationAsync(CreateApiDestinationRequest request,
AsyncHandler<CreateApiDestinationRequest,CreateApiDestinationResult> asyncHandler) |
Future<CreateApiDestinationResult> |
AbstractAmazonEventBridgeAsync.createApiDestinationAsync(CreateApiDestinationRequest request,
AsyncHandler<CreateApiDestinationRequest,CreateApiDestinationResult> asyncHandler) |
Future<CreateApiDestinationResult> |
AmazonEventBridgeAsync.createApiDestinationAsync(CreateApiDestinationRequest createApiDestinationRequest,
AsyncHandler<CreateApiDestinationRequest,CreateApiDestinationResult> asyncHandler)
Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.
|
| 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.