| 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 |
|---|---|
UpdateEndpointResult |
AbstractAmazonEventBridge.updateEndpoint(UpdateEndpointRequest request) |
UpdateEndpointResult |
AmazonEventBridge.updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
Update an existing endpoint.
|
UpdateEndpointResult |
AmazonEventBridgeClient.updateEndpoint(UpdateEndpointRequest request)
Update an existing endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEndpointResult> |
AmazonEventBridgeAsyncClient.updateEndpointAsync(UpdateEndpointRequest request,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
Future<UpdateEndpointResult> |
AbstractAmazonEventBridgeAsync.updateEndpointAsync(UpdateEndpointRequest request,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler) |
Future<UpdateEndpointResult> |
AmazonEventBridgeAsync.updateEndpointAsync(UpdateEndpointRequest updateEndpointRequest,
AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler)
Update an existing endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointResult |
UpdateEndpointResult.clone() |
UpdateEndpointResult |
UpdateEndpointResult.withArn(String arn)
The ARN of the endpoint you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withEndpointId(String endpointId)
The ID of the endpoint you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withEndpointUrl(String endpointUrl)
The URL of the endpoint you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withEventBuses(Collection<EndpointEventBus> eventBuses)
The event buses used for replication for the endpoint you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withEventBuses(EndpointEventBus... eventBuses)
The event buses used for replication for the endpoint you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withName(String name)
The name of the endpoint you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withReplicationConfig(ReplicationConfig replicationConfig)
Whether event replication was enabled or disabled for the endpoint you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withRoleArn(String roleArn)
The ARN of the role used by event replication for the endpoint you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withRoutingConfig(RoutingConfig routingConfig)
The routing configuration you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withState(EndpointState state)
The state of the endpoint you updated in this request.
|
UpdateEndpointResult |
UpdateEndpointResult.withState(String state)
The state of the endpoint you updated in this request.
|
Copyright © 2023. All rights reserved.