Uses of Class
software.amazon.awssdk.services.route53recoverycluster.model.RoutingControl
-
Packages that use RoutingControl Package Description software.amazon.awssdk.services.route53recoverycluster.model software.amazon.awssdk.services.route53recoverycluster.paginators -
-
Uses of RoutingControl in software.amazon.awssdk.services.route53recoverycluster.model
Methods in software.amazon.awssdk.services.route53recoverycluster.model that return types with arguments of type RoutingControl Modifier and Type Method Description List<RoutingControl>ListRoutingControlsResponse. routingControls()The list of routing controls.Methods in software.amazon.awssdk.services.route53recoverycluster.model with parameters of type RoutingControl Modifier and Type Method Description ListRoutingControlsResponse.BuilderListRoutingControlsResponse.Builder. routingControls(RoutingControl... routingControls)The list of routing controls.Method parameters in software.amazon.awssdk.services.route53recoverycluster.model with type arguments of type RoutingControl Modifier and Type Method Description ListRoutingControlsResponse.BuilderListRoutingControlsResponse.Builder. routingControls(Collection<RoutingControl> routingControls)The list of routing controls. -
Uses of RoutingControl in software.amazon.awssdk.services.route53recoverycluster.paginators
Methods in software.amazon.awssdk.services.route53recoverycluster.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.
-