| 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 |
|---|---|
Future<UpdateApiDestinationResult> |
AbstractAmazonCloudWatchEventsAsync.updateApiDestinationAsync(UpdateApiDestinationRequest request,
AsyncHandler<UpdateApiDestinationRequest,UpdateApiDestinationResult> asyncHandler) |
Future<UpdateApiDestinationResult> |
AmazonCloudWatchEventsAsync.updateApiDestinationAsync(UpdateApiDestinationRequest updateApiDestinationRequest,
AsyncHandler<UpdateApiDestinationRequest,UpdateApiDestinationResult> asyncHandler)
Updates an API destination.
|
Future<UpdateApiDestinationResult> |
AmazonCloudWatchEventsAsyncClient.updateApiDestinationAsync(UpdateApiDestinationRequest request,
AsyncHandler<UpdateApiDestinationRequest,UpdateApiDestinationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateApiDestinationRequest |
UpdateApiDestinationRequest.clone() |
UpdateApiDestinationRequest |
UpdateApiDestinationRequest.withConnectionArn(String connectionArn)
The ARN of the connection to use for the API destination.
|
UpdateApiDestinationRequest |
UpdateApiDestinationRequest.withDescription(String description)
The name of the API destination to update.
|
UpdateApiDestinationRequest |
UpdateApiDestinationRequest.withHttpMethod(ApiDestinationHttpMethod httpMethod)
The method to use for the API destination.
|
UpdateApiDestinationRequest |
UpdateApiDestinationRequest.withHttpMethod(String httpMethod)
The method to use for the API destination.
|
UpdateApiDestinationRequest |
UpdateApiDestinationRequest.withInvocationEndpoint(String invocationEndpoint)
The URL to the endpoint to use for the API destination.
|
UpdateApiDestinationRequest |
UpdateApiDestinationRequest.withInvocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)
The maximum number of invocations per second to send to the API destination.
|
UpdateApiDestinationRequest |
UpdateApiDestinationRequest.withName(String name)
The name of the API destination to update.
|
Copyright © 2023. All rights reserved.