Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.RoutingControl
-
Packages that use RoutingControl Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model software.amazon.awssdk.services.route53recoverycontrolconfig.paginators -
-
Uses of RoutingControl in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return RoutingControl Modifier and Type Method Description RoutingControlCreateRoutingControlResponse. routingControl()The routing control that is created.RoutingControlDescribeRoutingControlResponse. routingControl()Information about the routing control.RoutingControlUpdateRoutingControlResponse. routingControl()The routing control that was updated.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type RoutingControl Modifier and Type Method Description List<RoutingControl>ListRoutingControlsResponse. routingControls()An array of routing controls.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model with parameters of type RoutingControl Modifier and Type Method Description CreateRoutingControlResponse.BuilderCreateRoutingControlResponse.Builder. routingControl(RoutingControl routingControl)The routing control that is created.DescribeRoutingControlResponse.BuilderDescribeRoutingControlResponse.Builder. routingControl(RoutingControl routingControl)Information about the routing control.UpdateRoutingControlResponse.BuilderUpdateRoutingControlResponse.Builder. routingControl(RoutingControl routingControl)The routing control that was updated.ListRoutingControlsResponse.BuilderListRoutingControlsResponse.Builder. routingControls(RoutingControl... routingControls)An array of routing controls.Method parameters in software.amazon.awssdk.services.route53recoverycontrolconfig.model with type arguments of type RoutingControl Modifier and Type Method Description ListRoutingControlsResponse.BuilderListRoutingControlsResponse.Builder. routingControls(Collection<RoutingControl> routingControls)An array of routing controls. -
Uses of RoutingControl in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.paginators that return types with arguments of type RoutingControl Modifier and Type Method Description SdkIterable<RoutingControl>ListRoutingControlsIterable. routingControls()Returns an iterable to iterate through the paginatedListRoutingControlsResponse.routingControls()member.SdkPublisher<RoutingControl>ListRoutingControlsPublisher. routingControls()Returns a publisher that can be used to get a stream of data.
-