Uses of Class
software.amazon.awssdk.services.eventbridge.model.RoutingConfig
-
Packages that use RoutingConfig Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of RoutingConfig in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return RoutingConfig Modifier and Type Method Description RoutingConfigCreateEndpointRequest. routingConfig()Configure the routing policy, including the health check and secondary Region..RoutingConfigCreateEndpointResponse. routingConfig()The routing configuration defined by this request.RoutingConfigDescribeEndpointResponse. routingConfig()The routing configuration of the endpoint you asked for information about.RoutingConfigEndpoint. routingConfig()The routing configuration of the endpoint.RoutingConfigUpdateEndpointRequest. routingConfig()Configure the routing policy, including the health check and secondary Region.RoutingConfigUpdateEndpointResponse. routingConfig()The routing configuration you updated in this request.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type RoutingConfig Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. routingConfig(RoutingConfig routingConfig)Configure the routing policy, including the health check and secondary Region..CreateEndpointResponse.BuilderCreateEndpointResponse.Builder. routingConfig(RoutingConfig routingConfig)The routing configuration defined by this request.DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. routingConfig(RoutingConfig routingConfig)The routing configuration of the endpoint you asked for information about.Endpoint.BuilderEndpoint.Builder. routingConfig(RoutingConfig routingConfig)The routing configuration of the endpoint.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. routingConfig(RoutingConfig routingConfig)Configure the routing policy, including the health check and secondary Region.UpdateEndpointResponse.BuilderUpdateEndpointResponse.Builder. routingConfig(RoutingConfig routingConfig)The routing configuration you updated in this request.
-