| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
ApiDestination |
ApiDestination.clone() |
ApiDestination |
ApiDestination.withApiDestinationArn(String apiDestinationArn)
The ARN of the API destination.
|
ApiDestination |
ApiDestination.withApiDestinationState(ApiDestinationState apiDestinationState)
The state of the API destination.
|
ApiDestination |
ApiDestination.withApiDestinationState(String apiDestinationState)
The state of the API destination.
|
ApiDestination |
ApiDestination.withConnectionArn(String connectionArn)
The ARN of the connection specified for the API destination.
|
ApiDestination |
ApiDestination.withCreationTime(Date creationTime)
A time stamp for the time that the API destination was created.
|
ApiDestination |
ApiDestination.withHttpMethod(ApiDestinationHttpMethod httpMethod)
The method to use to connect to the HTTP endpoint.
|
ApiDestination |
ApiDestination.withHttpMethod(String httpMethod)
The method to use to connect to the HTTP endpoint.
|
ApiDestination |
ApiDestination.withInvocationEndpoint(String invocationEndpoint)
The URL to the endpoint for the API destination.
|
ApiDestination |
ApiDestination.withInvocationRateLimitPerSecond(Integer invocationRateLimitPerSecond)
The maximum number of invocations per second to send to the HTTP endpoint.
|
ApiDestination |
ApiDestination.withLastModifiedTime(Date lastModifiedTime)
A time stamp for the time that the API destination was last modified.
|
ApiDestination |
ApiDestination.withName(String name)
The name of the API destination.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiDestination> |
ListApiDestinationsResult.getApiDestinations()
An array of
ApiDestination objects that include information about an API destination. |
| Modifier and Type | Method and Description |
|---|---|
ListApiDestinationsResult |
ListApiDestinationsResult.withApiDestinations(ApiDestination... apiDestinations)
An array of
ApiDestination objects that include information about an API destination. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListApiDestinationsResult.setApiDestinations(Collection<ApiDestination> apiDestinations)
An array of
ApiDestination objects that include information about an API destination. |
ListApiDestinationsResult |
ListApiDestinationsResult.withApiDestinations(Collection<ApiDestination> apiDestinations)
An array of
ApiDestination objects that include information about an API destination. |
Copyright © 2023. All rights reserved.