| 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<CreateEndpointResult> |
AmazonEventBridgeAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AbstractAmazonEventBridgeAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AmazonEventBridgeAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates a global endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest |
CreateEndpointRequest.clone() |
CreateEndpointRequest |
CreateEndpointRequest.withDescription(String description)
A description of the global endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withEventBuses(Collection<EndpointEventBus> eventBuses)
Define the event buses used.
|
CreateEndpointRequest |
CreateEndpointRequest.withEventBuses(EndpointEventBus... eventBuses)
Define the event buses used.
|
CreateEndpointRequest |
CreateEndpointRequest.withName(String name)
The name of the global endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withReplicationConfig(ReplicationConfig replicationConfig)
Enable or disable event replication.
|
CreateEndpointRequest |
CreateEndpointRequest.withRoleArn(String roleArn)
The ARN of the role used for replication.
|
CreateEndpointRequest |
CreateEndpointRequest.withRoutingConfig(RoutingConfig routingConfig)
Configure the routing policy, including the health check and secondary Region..
|
Copyright © 2023. All rights reserved.