Uses of Class
software.amazon.awssdk.services.eventbridge.model.RoutingConfig
Packages that use RoutingConfig
-
Uses of RoutingConfig in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return RoutingConfigModifier and TypeMethodDescriptionfinal RoutingConfigCreateEndpointRequest.routingConfig()Configure the routing policy, including the health check and secondary Region..final RoutingConfigCreateEndpointResponse.routingConfig()The routing configuration defined by this request.final RoutingConfigDescribeEndpointResponse.routingConfig()The routing configuration of the endpoint you asked for information about.final RoutingConfigEndpoint.routingConfig()The routing configuration of the endpoint.final RoutingConfigUpdateEndpointRequest.routingConfig()Configure the routing policy, including the health check and secondary Region.final RoutingConfigUpdateEndpointResponse.routingConfig()The routing configuration you updated in this request.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type RoutingConfigModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.routingConfig(RoutingConfig routingConfig) Configure the routing policy, including the health check and secondary Region..CreateEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig) The routing configuration defined by this request.DescribeEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig) The routing configuration of the endpoint you asked for information about.Endpoint.Builder.routingConfig(RoutingConfig routingConfig) The routing configuration of the endpoint.UpdateEndpointRequest.Builder.routingConfig(RoutingConfig routingConfig) Configure the routing policy, including the health check and secondary Region.UpdateEndpointResponse.Builder.routingConfig(RoutingConfig routingConfig) The routing configuration you updated in this request.