| 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 |
|---|---|
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 |
|---|---|
CreateApiDestinationRequest |
CreateApiDestinationRequest.clone() |
CreateApiDestinationRequest |
CreateApiDestinationRequest.withConnectionArn(String connectionArn)
The ARN of the connection to use for the API destination.
|
CreateApiDestinationRequest |
CreateApiDestinationRequest.withDescription(String description)
A description for the API destination to create.
|
CreateApiDestinationRequest |
CreateApiDestinationRequest.withHttpMethod(ApiDestinationHttpMethod httpMethod)
The method to use for the request to the HTTP invocation endpoint.
|
CreateApiDestinationRequest |
CreateApiDestinationRequest.withHttpMethod(String httpMethod)
The method to use for the request to the HTTP invocation endpoint.
|
CreateApiDestinationRequest |
CreateApiDestinationRequest.withInvocationEndpoint(String invocationEndpoint)
The URL to the HTTP invocation endpoint for the API destination.
|
CreateApiDestinationRequest |
CreateApiDestinationRequest.withInvocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)
The maximum number of requests per second to send to the HTTP invocation endpoint.
|
CreateApiDestinationRequest |
CreateApiDestinationRequest.withName(String name)
The name for the API destination to create.
|
Copyright © 2023. All rights reserved.