| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
RoutingConfig |
DescribeEndpointResponse.routingConfig()
The routing configuration of the endpoint you asked for information about.
|
RoutingConfig |
CreateEndpointResponse.routingConfig()
The routing configuration defined by this request.
|
RoutingConfig |
UpdateEndpointRequest.routingConfig()
Configure the routing policy, including the health check and secondary Region.
|
RoutingConfig |
CreateEndpointRequest.routingConfig()
Configure the routing policy, including the health check and secondary Region..
|
RoutingConfig |
UpdateEndpointResponse.routingConfig()
The routing configuration you updated in this request.
|
RoutingConfig |
Endpoint.routingConfig()
The routing configuration of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint you asked for information about.
|
CreateEndpointResponse.Builder |
CreateEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig)
The routing configuration defined by this request.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.routingConfig(RoutingConfig routingConfig)
Configure the routing policy, including the health check and secondary Region.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.routingConfig(RoutingConfig routingConfig)
Configure the routing policy, including the health check and secondary Region..
|
UpdateEndpointResponse.Builder |
UpdateEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig)
The routing configuration you updated in this request.
|
Endpoint.Builder |
Endpoint.Builder.routingConfig(RoutingConfig routingConfig)
The routing configuration of the endpoint.
|
Copyright © 2023. All rights reserved.