| 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 |
|---|---|
CreateEndpointResult |
AbstractAmazonEventBridge.createEndpoint(CreateEndpointRequest request) |
CreateEndpointResult |
AmazonEventBridge.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates a global endpoint.
|
CreateEndpointResult |
AmazonEventBridgeClient.createEndpoint(CreateEndpointRequest request)
Creates a global endpoint.
|
| 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 |
|---|---|
CreateEndpointResult |
CreateEndpointResult.clone() |
CreateEndpointResult |
CreateEndpointResult.withArn(String arn)
The ARN of the endpoint that was created by this request.
|
CreateEndpointResult |
CreateEndpointResult.withEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used by this request.
|
CreateEndpointResult |
CreateEndpointResult.withEventBuses(EndpointEventBus... eventBuses)
The event buses used by this request.
|
CreateEndpointResult |
CreateEndpointResult.withName(String name)
The name of the endpoint that was created by this request.
|
CreateEndpointResult |
CreateEndpointResult.withReplicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled by this request.
|
CreateEndpointResult |
CreateEndpointResult.withRoleArn(String roleArn)
The ARN of the role used by event replication for this request.
|
CreateEndpointResult |
CreateEndpointResult.withRoutingConfig(RoutingConfig routingConfig)
The routing configuration defined by this request.
|
CreateEndpointResult |
CreateEndpointResult.withState(EndpointState state)
The state of the endpoint that was created by this request.
|
CreateEndpointResult |
CreateEndpointResult.withState(String state)
The state of the endpoint that was created by this request.
|
Copyright © 2023. All rights reserved.